Html Css Color HEX #8E7408 Olive

📋 copy color: '#8E7408'

red 142 ◦ green 116 ◦ blue 8

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

Shades of Olive #8E7408

Tints of Olive #8E7408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 53.38%
G = 43.61%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E7408 (or 0x8E7408) is known color: Olive. HEX triplet: 8E, 74 and 08. RGB value is (142,116,8). Sum of RGB (Red+Green+Blue) = 142+116+8=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7408 is #718BF7. Grayscale: #6F6F6F. Windows color (decimal): -7441400 or 554126. OLE color: 554126.

HSL color Cylindrical-coordinate representation of color #8E7408: hue angle of 48.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E7408 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 116 8 -
CMYK 0 0.18 0.94 0.44
HSL 48.36º 0.89% 0.29% -
HSV(B) 48.36º 0.94% 0.56% -
XYZ 17.44 18.26 2.83 -
YUV 111.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 142 116 8 0 0.18 0.94 0.44 48.36 0.89 0.29
Hex 8E 74 8 0 12 5E 2C 30 59 1D
Octal 216 164 10 0 22 136 54 60 131 35
Binary 10001110 1110100 1000 0 10010 1011110 101100 110000 1011001 11101

Color Harmonies of #8E7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7408

Black with #8E7408

Text Example


Text Example

White with #8E7408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,8); }

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

background-color css

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

 a { background-color: rgb(142,116,8); }

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

border-color css

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

 span { border-color: rgb(142,116,8); }

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