#8E850B

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

Shades of Olive #8E850B

Tints of Olive #8E850B

Color information

#8E850B (or 0x8E850B) is unknown color: approx Olive. HEX triplet: 8E, 85 and 0B. RGB value is (142,133,11). Sum of RGB (Red+Green+Blue) = 142+133+11=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E850B is #717AF4. Grayscale: #7A7A7A. Windows color (decimal): -7437045 or 755086. OLE color: 755086.

HSL color Cylindrical-coordinate representation of color #8E850B: hue angle of 55.88º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E850B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14213311-
CMYK00.060.920.44
HSL55.88º85.62%30%-
HSV(B)55.88º92.25%55.69%-
XYZ19.622.553.64-
YUV121.7865.48142.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 11 (4.69% from 255) = 3.85%
R=49.65%
G=46.50%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421331100.060.920.4455.8885.6230
Hex8E85B065C2C38561e
Octal2162051306134547012636
Binary1000111010000101101101101011100101100111000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,11); }

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

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

 a { background-color: rgb(142,133,11); }

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

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

 span { border-color: rgb(142,133,11); }

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