Html Css Color HEX #8E880B Olive

📋 copy color: '#8E880B'

red 142 ◦ green 136 ◦ blue 11

#8E880B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #8E880B

Tints of Olive #8E880B

RGB

 RED value IS 142 (55.86% from 255) = 49.13%

 GREEN value IS 136 (53.52% from 255) = 47.06%

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 49.13%
G = 47.06%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E880B (or 0x8E880B) is known color: Olive. HEX triplet: 8E, 88 and 0B. RGB value is (142,136,11). Sum of RGB (Red+Green+Blue) = 142+136+11=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E880B is #7177F4. Grayscale: #7C7C7C. Windows color (decimal): -7436277 or 755854. OLE color: 755854.

HSL color Cylindrical-coordinate representation of color #8E880B: hue angle of 57.25º 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 #8E880B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 136 11 -
CMYK 0 0.04 0.92 0.44
HSL 57.25º 0.86% 0.3% -
HSV(B) 57.25º 0.92% 0.56% -
XYZ 20.02 23.38 3.77 -
YUV 123.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 142 136 11 0 0.04 0.92 0.44 57.25 0.86 0.3
Hex 8E 88 B 0 4 5C 2C 39 56 1E
Octal 216 210 13 0 4 134 54 71 126 36
Binary 10001110 10001000 1011 0 100 1011100 101100 111001 1010110 11110

Color Harmonies of #8E880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E880B

Black with #8E880B

Text Example


Text Example

White with #8E880B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E880B;
 }
 .AnyTagClassName
 {
   color: #8E880B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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