#8E7500

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

Shades of Olive #8E7500

Tints of Olive #8E7500

Color information

#8E7500 (or 0x8E7500) is unknown color: approx Olive. HEX triplet: 8E, 75 and 00. RGB value is (142,117,0). Sum of RGB (Red+Green+Blue) = 142+117+0=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7500 is #718AFF. Grayscale: #6F6F6F. Windows color (decimal): -7441152 or 30094. OLE color: 30094.

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

Color convert

RGB1421170-
CMYK00.1810.44
HSL49.44º100%27.84%-
HSV(B)49.44º100%55.69%-
XYZ17.5218.472.64-
YUV111.1465.28150.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.83%
G=45.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142117000.1810.4449.4410027.84
Hex8E750012642C31641c
Octal2161650022144546114434
Binary10001110111010100100101100100101100110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,0); }

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

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

 a { background-color: rgb(142,117,0); }

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

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

 span { border-color: rgb(142,117,0); }

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