#898808

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

Shades of Olive #898808

Tints of Olive #898808

Color information

#898808 (or 0x898808) is unknown color: approx Olive. HEX triplet: 89, 88 and 08. RGB value is (137,136,8). Sum of RGB (Red+Green+Blue) = 137+136+8=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #898808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898808 is #7677F7. Grayscale: #7A7A7A. Windows color (decimal): -7763960 or 559241. OLE color: 559241.

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

Color convert

RGB1371368-
CMYK00.010.940.46
HSL59.53º88.97%28.43%-
HSV(B)59.53º94.16%53.73%-
XYZ19.1622.943.65-
YUV121.7163.83138.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 8 (3.52% from 255) = 2.85%
R=48.75%
G=48.40%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137136800.010.940.4659.5388.9728.43
Hex89888015E2E3c591c
Octal2112101001136567413134
Binary10001001100010001000011011110101110111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898808; }

 p { color: rgb(137,136,8); }

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

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

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

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

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

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

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