#7E8009

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

Shades of Olive #7E8009

Tints of Olive #7E8009

Color information

#7E8009 (or 0x7E8009) is unknown color: approx Olive. HEX triplet: 7E, 80 and 09. RGB value is (126,128,9). Sum of RGB (Red+Green+Blue) = 126+128+9=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8009 is #817FF6. Grayscale: #727272. Windows color (decimal): -8486903 or 622718. OLE color: 622718.

HSL color Cylindrical-coordinate representation of color #7E8009: hue angle of 61.01º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E8009 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB1261289-
CMYK0.0200.930.50
HSL61.01º86.86%26.86%-
HSV(B)61.01º92.97%50.2%-
XYZ16.3719.893.24-
YUV113.8468.84136.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.91%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=47.91%
G=48.67%
B=3.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12612890.0200.930.5061.0186.8626.86
Hex7E809205D323d571b
Octal1762001120135627512733
Binary11111101000000010011001011101110010111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,128,9); }

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

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

 a { background-color: rgb(126,128,9); }

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

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

 span { border-color: rgb(126,128,9); }

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