#8E7201

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

Shades of Olive #8E7201

Tints of Olive #8E7201

Color information

#8E7201 (or 0x8E7201) is unknown color: approx Olive. HEX triplet: 8E, 72 and 01. RGB value is (142,114,1). Sum of RGB (Red+Green+Blue) = 142+114+1=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7201 is #718DFE. Grayscale: #6D6D6D. Windows color (decimal): -7441919 or 94862. OLE color: 94862.

HSL color Cylindrical-coordinate representation of color #8E7201: hue angle of 48.09º degrees, saturation: 0.99, 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 #8E7201 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1421141-
CMYK00.200.990.44
HSL48.09º98.6%28.04%-
HSV(B)48.09º99.3%55.69%-
XYZ17.1817.792.56-
YUV109.4966.78151.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=55.25%
G=44.36%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142114100.200.990.4448.0998.628.04
Hex8E721014632C30631c
Octal2161621024143546014334
Binary10001110111001010101001100011101100110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,1); }

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

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

 a { background-color: rgb(142,114,1); }

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

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

 span { border-color: rgb(142,114,1); }

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