Html Css Color HEX #8C7408 Olive

📋 copy color: '#8C7408'

red 140 ◦ green 116 ◦ blue 8

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

Shades of Olive #8C7408

Tints of Olive #8C7408

RGB

 RED value IS 140 (55.08% from 255) = 53.03%

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

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

R = 53.03%
G = 43.94%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C7408 (or 0x8C7408) is known color: Olive. HEX triplet: 8C, 74 and 08. RGB value is (140,116,8). Sum of RGB (Red+Green+Blue) = 140+116+8=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7408 is #738BF7. Grayscale: #6F6F6F. Windows color (decimal): -7572472 or 554124. OLE color: 554124.

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

Color convert

RGB 140 116 8 -
CMYK 0 0.17 0.94 0.45
HSL 49.09º 0.89% 0.29% -
HSV(B) 49.09º 0.94% 0.55% -
XYZ 17.1 18.08 2.82 -
YUV 110.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 140 116 8 0 0.17 0.94 0.45 49.09 0.89 0.29
Hex 8C 74 8 0 11 5E 2D 31 59 1D
Octal 214 164 10 0 21 136 55 61 131 35
Binary 10001100 1110100 1000 0 10001 1011110 101101 110001 1011001 11101

Color Harmonies of #8C7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7408

Black with #8C7408

Text Example


Text Example

White with #8C7408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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