Html Css Color HEX #8E8711 Olive

📋 copy color: '#8E8711'

red 142 ◦ green 135 ◦ blue 17

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

Shades of Olive #8E8711

Tints of Olive #8E8711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 48.3%
G = 45.92%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#8E8711 (or 0x8E8711) is known color: Olive. HEX triplet: 8E, 87 and 11. RGB value is (142,135,17). Sum of RGB (Red+Green+Blue) = 142+135+17=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8711 is #7178EE. Grayscale: #7C7C7C. Windows color (decimal): -7436527 or 1148814. OLE color: 1148814.

HSL color Cylindrical-coordinate representation of color #8E8711: hue angle of 56.64º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E8711 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 135 17 -
CMYK 0 0.05 0.88 0.44
HSL 56.64º 0.79% 0.31% -
HSV(B) 56.64º 0.88% 0.56% -
XYZ 19.92 23.12 3.94 -
YUV 123.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 142 135 17 0 0.05 0.88 0.44 56.64 0.79 0.31
Hex 8E 87 11 0 5 58 2C 39 4F 1F
Octal 216 207 21 0 5 130 54 71 117 37
Binary 10001110 10000111 10001 0 101 1011000 101100 111001 1001111 11111

Color Harmonies of #8E8711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8711

Black with #8E8711

Text Example


Text Example

White with #8E8711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,135,17); }

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

background-color css

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

 a { background-color: rgb(142,135,17); }

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

border-color css

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

 span { border-color: rgb(142,135,17); }

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