#89780C

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

Shades of Olive #89780C

Tints of Olive #89780C

Color information

#89780C (or 0x89780C) is unknown color: approx Olive. HEX triplet: 89, 78 and 0C. RGB value is (137,120,12). Sum of RGB (Red+Green+Blue) = 137+120+12=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89780C is #7687F3. Grayscale: #717171. Windows color (decimal): -7768052 or 817289. OLE color: 817289.

HSL color Cylindrical-coordinate representation of color #89780C: hue angle of 51.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89780C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13712012-
CMYK00.120.910.46
HSL51.84º83.89%29.22%-
HSV(B)51.84º91.24%53.73%-
XYZ17.118.783.07-
YUV112.7771.13145.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 12 (5.08% from 255) = 4.46%
R=50.93%
G=44.61%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371201200.120.910.4651.8483.8929.22
Hex8978C0C5B2E34541d
Octal21117014014133566412435
Binary1000100111110001100011001011011101110110100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89780C; }

 p { color: rgb(137,120,12); }

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

<style>
 a { background-color: #89780C; }

 a { background-color: rgb(137,120,12); }

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

<style>
 span { border-color: #89780C; }

 span { border-color: rgb(137,120,12); }

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