Html Css Color HEX #8C8009 Olive

📋 copy color: '#8C8009'

red 140 ◦ green 128 ◦ blue 9

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

Shades of Olive #8C8009

Tints of Olive #8C8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

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

R = 50.54%
G = 46.21%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C8009 (or 0x8C8009) is known color: Olive. HEX triplet: 8C, 80 and 09. RGB value is (140,128,9). Sum of RGB (Red+Green+Blue) = 140+128+9=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8009 is #737FF6. Grayscale: #767676. Windows color (decimal): -7569399 or 622732. OLE color: 622732.

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

Color convert

RGB 140 128 9 -
CMYK 0 0.09 0.94 0.45
HSL 54.5º 0.88% 0.29% -
HSV(B) 54.5º 0.94% 0.55% -
XYZ 18.58 21.03 3.34 -
YUV 118.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 140 128 9 0 0.09 0.94 0.45 54.5 0.88 0.29
Hex 8C 80 9 0 9 5E 2D 37 58 1D
Octal 214 200 11 0 11 136 55 67 130 35
Binary 10001100 10000000 1001 0 1001 1011110 101101 110111 1011000 11101

Color Harmonies of #8C8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8009

Black with #8C8009

Text Example


Text Example

White with #8C8009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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