#8C7809

Color #8C7809 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8C7809

Tints of Olive #8C7809

Color information

#8C7809 (or 0x8C7809) is unknown color: approx Olive. HEX triplet: 8C, 78 and 09. RGB value is (140,120,9). Sum of RGB (Red+Green+Blue) = 140+120+9=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7809 is #7387F6. Grayscale: #717171. Windows color (decimal): -7571447 or 620684. OLE color: 620684.

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

Color convert

RGB1401209-
CMYK00.140.940.45
HSL50.84º87.92%29.22%-
HSV(B)50.84º93.57%54.9%-
XYZ17.5819.033-
YUV113.3369.13147.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=52.04%
G=44.61%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140120900.140.940.4550.8487.9229.22
Hex8C7890E5E2D33581d
Octal21417011016136556313035
Binary1000110011110001001011101011110101101110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7809;
 }
 .AnyTagClassName
 {
   color: #8C7809;
 }
</style>
background-color css

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

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

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

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

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

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