#7E8A06

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

Shades of Olive #7E8A06

Tints of Olive #7E8A06

Color information

#7E8A06 (or 0x7E8A06) is unknown color: approx Olive. HEX triplet: 7E, 8A and 06. RGB value is (126,138,6). Sum of RGB (Red+Green+Blue) = 126+138+6=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8A06 is #8175F9. Grayscale: #777777. Windows color (decimal): -8484346 or 428670. OLE color: 428670.

HSL color Cylindrical-coordinate representation of color #7E8A06: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E8A06 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1261386-
CMYK0.0900.960.46
HSL65.45º91.67%28.24%-
HSV(B)65.45º95.65%54.12%-
XYZ17.7322.633.61-
YUV119.3664.02132.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 138 (54.30% from 255) = 51.11%
BLUE value IS 6 (2.73% from 255) = 2.22%
R=46.67%
G=51.11%
B=2.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12613860.0900.960.4665.4591.6728.24
Hex7E8A690602E415c1c
Octal17621261101405610113434
Binary1111110100010101101001011000001011101000001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,6); }

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

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

 a { background-color: rgb(126,138,6); }

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

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

 span { border-color: rgb(126,138,6); }

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