#7E8910

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

Shades of Olive #7E8910

Tints of Olive #7E8910

Color information

#7E8910 (or 0x7E8910) is unknown color: approx Olive. HEX triplet: 7E, 89 and 10. RGB value is (126,137,16). Sum of RGB (Red+Green+Blue) = 126+137+16=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8910 is #8176EF. Grayscale: #787878. Windows color (decimal): -8484592 or 1083774. OLE color: 1083774.

HSL color Cylindrical-coordinate representation of color #7E8910: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E8910 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB12613716-
CMYK0.0800.880.46
HSL65.45º79.08%30%-
HSV(B)65.45º88.32%53.73%-
XYZ17.6422.363.88-
YUV119.9269.36132.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 16 (6.64% from 255) = 5.73%
R=45.16%
G=49.10%
B=5.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137160.0800.880.4665.4579.0830
Hex7E891080582E414f1e
Octal176211201001305610111736
Binary111111010001001100001000010110001011101000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,137,16); }

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

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

 a { background-color: rgb(126,137,16); }

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

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

 span { border-color: rgb(126,137,16); }

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