#8E9306

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

Shades of Olive #8E9306

Tints of Olive #8E9306

Color information

#8E9306 (or 0x8E9306) is unknown color: approx Olive. HEX triplet: 8E, 93 and 06. RGB value is (142,147,6). Sum of RGB (Red+Green+Blue) = 142+147+6=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9306 is #716CF9. Grayscale: #818181. Windows color (decimal): -7433466 or 430990. OLE color: 430990.

HSL color Cylindrical-coordinate representation of color #8E9306: hue angle of 62.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E9306 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1421476-
CMYK0.0300.960.42
HSL62.13º92.16%30%-
HSV(B)62.13º95.92%57.65%-
XYZ21.6226.634.17-
YUV129.4358.34136.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=48.14%
G=49.83%
B=2.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14214760.0300.960.4262.1392.1630
Hex8E93630602A3e5c1e
Octal216223630140527613436
Binary10001110100100111101101100000101010111110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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