#89800B

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

Shades of Olive #89800B

Tints of Olive #89800B

Color information

#89800B (or 0x89800B) is unknown color: approx Olive. HEX triplet: 89, 80 and 0B. RGB value is (137,128,11). Sum of RGB (Red+Green+Blue) = 137+128+11=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #89800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89800B is #767FF4. Grayscale: #757575. Windows color (decimal): -7766005 or 753801. OLE color: 753801.

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

Color convert

RGB13712811-
CMYK00.070.920.46
HSL55.71º85.14%29.02%-
HSV(B)55.71º91.97%53.73%-
XYZ18.120.783.37-
YUV117.3567.98142.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=49.64%
G=46.38%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371281100.070.920.4655.7185.1429.02
Hex8980B075C2E38551d
Octal2112001307134567012535
Binary1000100110000000101101111011100101110111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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