Html Css Color HEX #8C8209 Olive

📋 copy color: '#8C8209'

red 140 ◦ green 130 ◦ blue 9

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

Shades of Olive #8C8209

Tints of Olive #8C8209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 50.18%
G = 46.59%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C8209 (or 0x8C8209) is known color: Olive. HEX triplet: 8C, 82 and 09. RGB value is (140,130,9). Sum of RGB (Red+Green+Blue) = 140+130+9=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8209 is #737DF6. Grayscale: #777777. Windows color (decimal): -7568887 or 623244. OLE color: 623244.

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

Color convert

RGB 140 130 9 -
CMYK 0 0.07 0.94 0.45
HSL 55.42º 0.88% 0.29% -
HSV(B) 55.42º 0.94% 0.55% -
XYZ 18.85 21.56 3.43 -
YUV 119.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 140 130 9 0 0.07 0.94 0.45 55.42 0.88 0.29
Hex 8C 82 9 0 7 5E 2D 37 58 1D
Octal 214 202 11 0 7 136 55 67 130 35
Binary 10001100 10000010 1001 0 111 1011110 101101 110111 1011000 11101

Color Harmonies of #8C8209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8209

Black with #8C8209

Text Example


Text Example

White with #8C8209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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