Html Css Color HEX #8E820D Olive

📋 copy color: '#8E820D'

red 142 ◦ green 130 ◦ blue 13

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

Shades of Olive #8E820D

Tints of Olive #8E820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 49.82%
G = 45.61%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E820D (or 0x8E820D) is known color: Olive. HEX triplet: 8E, 82 and 0D. RGB value is (142,130,13). Sum of RGB (Red+Green+Blue) = 142+130+13=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E820D is #717DF2. Grayscale: #787878. Windows color (decimal): -7437811 or 885390. OLE color: 885390.

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

Color convert

RGB 142 130 13 -
CMYK 0 0.08 0.91 0.44
HSL 54.42º 0.83% 0.3% -
HSV(B) 54.42º 0.91% 0.56% -
XYZ 19.21 21.75 3.57 -
YUV 120.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 142 130 13 0 0.08 0.91 0.44 54.42 0.83 0.3
Hex 8E 82 D 0 8 5B 2C 36 53 1E
Octal 216 202 15 0 10 133 54 66 123 36
Binary 10001110 10000010 1101 0 1000 1011011 101100 110110 1010011 11110

Color Harmonies of #8E820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E820D

Black with #8E820D

Text Example


Text Example

White with #8E820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,130,13); }

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

background-color css

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

 a { background-color: rgb(142,130,13); }

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

border-color css

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

 span { border-color: rgb(142,130,13); }

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