#8E7802

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

Shades of Olive #8E7802

Tints of Olive #8E7802

Color information

#8E7802 (or 0x8E7802) is unknown color: approx Olive. HEX triplet: 8E, 78 and 02. RGB value is (142,120,2). Sum of RGB (Red+Green+Blue) = 142+120+2=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7802 is #7187FD. Grayscale: #717171. Windows color (decimal): -7440382 or 161934. OLE color: 161934.

HSL color Cylindrical-coordinate representation of color #8E7802: hue angle of 50.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E7802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1421202-
CMYK00.150.990.44
HSL50.57º97.22%28.24%-
HSV(B)50.57º98.59%55.69%-
XYZ17.8819.192.82-
YUV113.1365.29148.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=53.79%
G=45.45%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142120200.150.990.4450.5797.2228.24
Hex8E7820F632C33611c
Octal2161702017143546314134
Binary10001110111100010011111100011101100110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,2); }

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

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

 a { background-color: rgb(142,120,2); }

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

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

 span { border-color: rgb(142,120,2); }

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