#8E9606

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

Shades of Olive #8E9606

Tints of Olive #8E9606

Color information

#8E9606 (or 0x8E9606) is unknown color: approx Olive. HEX triplet: 8E, 96 and 06. RGB value is (142,150,6). Sum of RGB (Red+Green+Blue) = 142+150+6=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9606 is #7169F9. Grayscale: #838383. Windows color (decimal): -7432698 or 431758. OLE color: 431758.

HSL color Cylindrical-coordinate representation of color #8E9606: hue angle of 63.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E9606 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1421506-
CMYK0.0500.960.41
HSL63.33º92.31%30.59%-
HSV(B)63.33º96%58.82%-
XYZ22.0927.584.33-
YUV131.1957.35135.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 150 (58.98% from 255) = 50.34%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=47.65%
G=50.34%
B=2.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14215060.0500.960.4163.3392.3130.59
Hex8E9665060293f5c1f
Octal216226650140517713437
Binary100011101001011011010101100000101001111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9606; }

 p { color: rgb(142,150,6); }

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

<style>
 a { background-color: #8E9606; }

 a { background-color: rgb(142,150,6); }

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

<style>
 span { border-color: #8E9606; }

 span { border-color: rgb(142,150,6); }

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