#89810B

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

Shades of Olive #89810B

Tints of Olive #89810B

Color information

#89810B (or 0x89810B) is unknown color: approx Olive. HEX triplet: 89, 81 and 0B. RGB value is (137,129,11). Sum of RGB (Red+Green+Blue) = 137+129+11=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89810B is #767EF4. Grayscale: #767676. Windows color (decimal): -7765749 or 754057. OLE color: 754057.

HSL color Cylindrical-coordinate representation of color #89810B: hue angle of 56.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89810B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB13712911-
CMYK00.060.920.46
HSL56.19º85.14%29.02%-
HSV(B)56.19º91.97%53.73%-
XYZ18.2321.043.42-
YUV117.9467.65141.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=49.46%
G=46.57%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371291100.060.920.4656.1985.1429.02
Hex8981B065C2E38551d
Octal2112011306134567012535
Binary1000100110000001101101101011100101110111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89810B; }

 p { color: rgb(137,129,11); }

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

<style>
 a { background-color: #89810B; }

 a { background-color: rgb(137,129,11); }

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

<style>
 span { border-color: #89810B; }

 span { border-color: rgb(137,129,11); }

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