Html Css Color HEX #8C7209 Olive

📋 copy color: '#8C7209'

red 140 ◦ green 114 ◦ blue 9

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

Shades of Olive #8C7209

Tints of Olive #8C7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 53.23%
G = 43.35%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C7209 (or 0x8C7209) is known color: Olive. HEX triplet: 8C, 72 and 09. RGB value is (140,114,9). Sum of RGB (Red+Green+Blue) = 140+114+9=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7209 is #738DF6. Grayscale: #6E6E6E. Windows color (decimal): -7572983 or 619148. OLE color: 619148.

HSL color Cylindrical-coordinate representation of color #8C7209: hue angle of 48.09º degrees, saturation: 0.88, 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 #8C7209 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 114 9 -
CMYK 0 0.19 0.94 0.45
HSL 48.09º 0.88% 0.29% -
HSV(B) 48.09º 0.94% 0.55% -
XYZ 16.88 17.63 2.77 -
YUV 109.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 140 114 9 0 0.19 0.94 0.45 48.09 0.88 0.29
Hex 8C 72 9 0 13 5E 2D 30 58 1D
Octal 214 162 11 0 23 136 55 60 130 35
Binary 10001100 1110010 1001 0 10011 1011110 101101 110000 1011000 11101

Color Harmonies of #8C7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7209

Black with #8C7209

Text Example


Text Example

White with #8C7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,114,9); }

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

background-color css

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

 a { background-color: rgb(140,114,9); }

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

border-color css

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

 span { border-color: rgb(140,114,9); }

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