#7e830e

Color #7E830E Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7E830E

Tints of Olive #7E830E

Color information

#7E830E (or 0x7E830E) is unknown color: approx Olive. HEX triplet: 7E, 83 and 0E. RGB value is (126,131,14). Sum of RGB (Red+Green+Blue) = 126+131+14=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #7E830E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E830E is #817CF1. Grayscale: #747474. Windows color (decimal): -8486130 or 951166. OLE color: 951166.

HSL color Cylindrical-coordinate representation of color #7E830E: hue angle of 62.56º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E830E is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB12613114-
CMYK0.0400.890.49
HSL62.56º80.69%28.43%-
HSV(B)62.56º89.31%51.37%-
XYZ16.820.73.53-
YUV116.1770.34135.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 46.49%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=46.49%
G=48.34%
B=5.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126131140.0400.890.4962.5680.6928.43
Hex7E83E4059313f511c
Octal1762031640131617712134
Binary111111010000011111010001011001110001111111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e830e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7e830e; }

 p { color: rgb(126,131,14); }

 H1.HeaderClassName
 {
   color: #7e830e;
 }
 .AnyTagClassName
 {
   color: #7e830e;
 }
</style>
background-color css

<style>
 a { background-color: #7e830e; }

 a { background-color: rgb(126,131,14); }

 div.DivClassName
 {
   background-color: #7e830e;
 }
 .BgClassName
 {
   background-color: #7e830e;
 }
</style>
border-color css

<style>
 span { border-color: #7e830e; }

 span { border-color: rgb(126,131,14); }

 td.TdClassName
 {
   border-color: #7e830e;
 }
 .TagClassName
 {
   border-color: #7e830e;
 }
</style>