Html Css Color HEX #8E7608 Olive

📋 copy color: '#8E7608'

red 142 ◦ green 118 ◦ blue 8

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

Shades of Olive #8E7608

Tints of Olive #8E7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 52.99%
G = 44.03%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8E7608 (or 0x8E7608) is known color: Olive. HEX triplet: 8E, 76 and 08. RGB value is (142,118,8). Sum of RGB (Red+Green+Blue) = 142+118+8=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7608 is #7189F7. Grayscale: #717171. Windows color (decimal): -7440888 or 554638. OLE color: 554638.

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

Color convert

RGB 142 118 8 -
CMYK 0 0.17 0.94 0.44
HSL 49.25º 0.89% 0.29% -
HSV(B) 49.25º 0.94% 0.56% -
XYZ 17.68 18.73 2.91 -
YUV 112.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 142 118 8 0 0.17 0.94 0.44 49.25 0.89 0.29
Hex 8E 76 8 0 11 5E 2C 31 59 1D
Octal 216 166 10 0 21 136 54 61 131 35
Binary 10001110 1110110 1000 0 10001 1011110 101100 110001 1011001 11101

Color Harmonies of #8E7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7608

Black with #8E7608

Text Example


Text Example

White with #8E7608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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