#8E7102

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

Shades of Olive #8E7102

Tints of Olive #8E7102

Color information

#8E7102 (or 0x8E7102) is unknown color: approx Olive. HEX triplet: 8E, 71 and 02. RGB value is (142,113,2). Sum of RGB (Red+Green+Blue) = 142+113+2=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7102 is #718EFD. Grayscale: #6D6D6D. Windows color (decimal): -7442174 or 160142. OLE color: 160142.

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

Color convert

RGB1421132-
CMYK00.200.990.44
HSL47.57º97.22%28.24%-
HSV(B)47.57º98.59%55.69%-
XYZ17.0717.572.55-
YUV109.0267.61151.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=55.25%
G=43.97%
B=0.78%

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
Decimal142113200.200.990.4447.5797.2228.24
Hex8E712014632C30611c
Octal2161612024143546014134
Binary100011101110001100101001100011101100110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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