#7E9208

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

Shades of Olive #7E9208

Tints of Olive #7E9208

Color information

#7E9208 (or 0x7E9208) is unknown color: approx Olive. HEX triplet: 7E, 92 and 08. RGB value is (126,146,8). Sum of RGB (Red+Green+Blue) = 126+146+8=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9208 is #816DF7. Grayscale: #7C7C7C. Windows color (decimal): -8482296 or 561790. OLE color: 561790.

HSL color Cylindrical-coordinate representation of color #7E9208: hue angle of 68.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E9208 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1261468-
CMYK0.1400.950.43
HSL68.7º89.61%30.2%-
HSV(B)68.7º94.52%57.25%-
XYZ18.9325.014.06-
YUV124.2962.37129.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 8 (3.52% from 255) = 2.86%
R=45%
G=52.14%
B=2.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12614680.1400.950.4368.789.6130.2
Hex7E928E05F2B455a1e
Octal176222101601375310513236
Binary11111101001001010001110010111111010111000101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,8); }

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

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

 a { background-color: rgb(126,146,8); }

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

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

 span { border-color: rgb(126,146,8); }

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