#7E7009

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

Shades of Olive #7E7009

Tints of Olive #7E7009

Color information

#7E7009 (or 0x7E7009) is unknown color: approx Olive. HEX triplet: 7E, 70 and 09. RGB value is (126,112,9). Sum of RGB (Red+Green+Blue) = 126+112+9=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7009 is #818FF6. Grayscale: #686868. Windows color (decimal): -8490999 or 618622. OLE color: 618622.

HSL color Cylindrical-coordinate representation of color #7E7009: hue angle of 52.82º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E7009 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1261129-
CMYK00.110.930.51
HSL52.82º86.67%26.47%-
HSV(B)52.82º92.86%49.41%-
XYZ14.4516.042.59-
YUV104.4474.14143.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 51.01%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=51.01%
G=45.34%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126112900.110.930.5152.8286.6726.47
Hex7E7090B5D3335571a
Octal17616011013135636512732
Binary111111011100001001010111011101110011110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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