#898901

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

Shades of Olive #898901

Tints of Olive #898901

Color information

#898901 (or 0x898901) is unknown color: approx Olive. HEX triplet: 89, 89 and 01. RGB value is (137,137,1). Sum of RGB (Red+Green+Blue) = 137+137+1=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898901 is #7676FE. Grayscale: #7A7A7A. Windows color (decimal): -7763711 or 100745. OLE color: 100745.

HSL color Cylindrical-coordinate representation of color #898901: hue angle of 60º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898901 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1371371-
CMYK000.990.46
HSL60º98.55%27.06%-
HSV(B)60º99.27%53.73%-
XYZ19.2723.213.49-
YUV121.560139.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=49.82%
G=49.82%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371371000.990.466098.5527.06
Hex8989100632E3c631b
Octal211211100143567414333
Binary10001001100010011001100011101110111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898901; }

 p { color: rgb(137,137,1); }

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

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

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

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

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

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

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