#8E7405

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

Shades of Olive #8E7405

Tints of Olive #8E7405

Color information

#8E7405 (or 0x8E7405) is unknown color: approx Olive. HEX triplet: 8E, 74 and 05. RGB value is (142,116,5). Sum of RGB (Red+Green+Blue) = 142+116+5=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7405 is #718BFA. Grayscale: #6F6F6F. Windows color (decimal): -7441403 or 357518. OLE color: 357518.

HSL color Cylindrical-coordinate representation of color #8E7405: hue angle of 48.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E7405 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1421165-
CMYK00.180.960.44
HSL48.61º93.2%28.82%-
HSV(B)48.61º96.48%55.69%-
XYZ17.4318.252.75-
YUV111.1268.11150.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 5 (2.34% from 255) = 1.90%
R=53.99%
G=44.11%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142116500.180.960.4448.6193.228.82
Hex8E745012602C315d1d
Octal2161645022140546113535
Binary1000111011101001010100101100000101100110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,5); }

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

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

 a { background-color: rgb(142,116,5); }

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

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

 span { border-color: rgb(142,116,5); }

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