#7E8C09

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

Shades of Olive #7E8C09

Tints of Olive #7E8C09

Color information

#7E8C09 (or 0x7E8C09) is unknown color: approx Olive. HEX triplet: 7E, 8C and 09. RGB value is (126,140,9). Sum of RGB (Red+Green+Blue) = 126+140+9=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8C09 is #8173F6. Grayscale: #797979. Windows color (decimal): -8483831 or 625790. OLE color: 625790.

HSL color Cylindrical-coordinate representation of color #7E8C09: hue angle of 66.41º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E8C09 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1261409-
CMYK0.1000.940.45
HSL66.41º87.92%29.22%-
HSV(B)66.41º93.57%54.9%-
XYZ18.0323.213.79-
YUV120.8864.86131.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 140 (55.08% from 255) = 50.91%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=45.82%
G=50.91%
B=3.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12614090.1000.940.4566.4187.9229.22
Hex7E8C9A05E2D42581d
Octal176214111201365510213035
Binary11111101000110010011010010111101011011000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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