#89800C

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

Shades of Olive #89800C

Tints of Olive #89800C

Color information

#89800C (or 0x89800C) is unknown color: approx Olive. HEX triplet: 89, 80 and 0C. RGB value is (137,128,12). Sum of RGB (Red+Green+Blue) = 137+128+12=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89800C is #767FF3. Grayscale: #757575. Windows color (decimal): -7766004 or 819337. OLE color: 819337.

HSL color Cylindrical-coordinate representation of color #89800C: hue angle of 55.68º 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 #89800C is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB13712812-
CMYK00.070.910.46
HSL55.68º83.89%29.22%-
HSV(B)55.68º91.24%53.73%-
XYZ18.120.783.41-
YUV117.4768.48141.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=49.46%
G=46.21%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371281200.070.910.4655.6883.8929.22
Hex8980C075B2E38541d
Octal2112001407133567012435
Binary1000100110000000110001111011011101110111000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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