Html Css Color HEX #8E860E Olive

📋 copy color: '#8E860E'

red 142 ◦ green 134 ◦ blue 14

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

Shades of Olive #8E860E

Tints of Olive #8E860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 48.97%
G = 46.21%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8E860E (or 0x8E860E) is known color: Olive. HEX triplet: 8E, 86 and 0E. RGB value is (142,134,14). Sum of RGB (Red+Green+Blue) = 142+134+14=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E860E is #7179F1. Grayscale: #7B7B7B. Windows color (decimal): -7436786 or 951950. OLE color: 951950.

HSL color Cylindrical-coordinate representation of color #8E860E: hue angle of 56.25º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E860E is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 134 14 -
CMYK 0 0.06 0.90 0.44
HSL 56.25º 0.82% 0.31% -
HSV(B) 56.25º 0.9% 0.56% -
XYZ 19.76 22.83 3.78 -
YUV 122.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 142 134 14 0 0.06 0.90 0.44 56.25 0.82 0.31
Hex 8E 86 E 0 6 5A 2C 38 52 1F
Octal 216 206 16 0 6 132 54 70 122 37
Binary 10001110 10000110 1110 0 110 1011010 101100 111000 1010010 11111

Color Harmonies of #8E860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E860E

Black with #8E860E

Text Example


Text Example

White with #8E860E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,134,14); }

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

background-color css

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

 a { background-color: rgb(142,134,14); }

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

border-color css

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

 span { border-color: rgb(142,134,14); }

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