#7e8e06

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

Shades of Olive #7E8E06

Tints of Olive #7E8E06

Color information

#7E8E06 (or 0x7E8E06) is unknown color: approx Olive. HEX triplet: 7E, 8E and 06. RGB value is (126,142,6). Sum of RGB (Red+Green+Blue) = 126+142+6=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8E06 is #8171F9. Grayscale: #7A7A7A. Windows color (decimal): -8483322 or 429694. OLE color: 429694.

HSL color Cylindrical-coordinate representation of color #7E8E06: hue angle of 67.06º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E8E06 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1261426-
CMYK0.1100.960.44
HSL67.06º91.89%29.02%-
HSV(B)67.06º95.77%55.69%-
XYZ18.3123.793.8-
YUV121.7162.7131.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 142 (55.86% from 255) = 51.82%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=45.99%
G=51.82%
B=2.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12614260.1100.960.4467.0691.8929.02
Hex7E8E6B0602C435c1d
Octal17621661301405410313435
Binary1111110100011101101011011000001011001000011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e8e06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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