Html Css Color HEX #8C8809 Olive

📋 copy color: '#8C8809'

red 140 ◦ green 136 ◦ blue 9

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

Shades of Olive #8C8809

Tints of Olive #8C8809

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

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

R = 49.12%
G = 47.72%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C8809 (or 0x8C8809) is known color: Olive. HEX triplet: 8C, 88 and 09. RGB value is (140,136,9). Sum of RGB (Red+Green+Blue) = 140+136+9=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8809 is #7377F6. Grayscale: #7B7B7B. Windows color (decimal): -7567351 or 624780. OLE color: 624780.

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

Color convert

RGB 140 136 9 -
CMYK 0 0.03 0.94 0.45
HSL 58.17º 0.88% 0.29% -
HSV(B) 58.17º 0.94% 0.55% -
XYZ 19.67 23.2 3.7 -
YUV 122.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 140 136 9 0 0.03 0.94 0.45 58.17 0.88 0.29
Hex 8C 88 9 0 3 5E 2D 3A 58 1D
Octal 214 210 11 0 3 136 55 72 130 35
Binary 10001100 10001000 1001 0 11 1011110 101101 111010 1011000 11101

Color Harmonies of #8C8809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8809

Black with #8C8809

Text Example


Text Example

White with #8C8809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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