#898410

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

Shades of Olive #898410

Tints of Olive #898410

Color information

#898410 (or 0x898410) is unknown color: approx Olive. HEX triplet: 89, 84 and 10. RGB value is (137,132,16). Sum of RGB (Red+Green+Blue) = 137+132+16=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #898410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898410 is #767BEF. Grayscale: #787878. Windows color (decimal): -7764976 or 1082505. OLE color: 1082505.

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

Color convert

RGB13713216-
CMYK00.040.880.46
HSL57.52º79.08%30%-
HSV(B)57.52º88.32%53.73%-
XYZ18.6621.863.73-
YUV120.2769.16139.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=48.07%
G=46.32%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371321600.040.880.4657.5279.0830
Hex89841004582E3a4f1e
Octal2112042004130567211736
Binary10001001100001001000001001011000101110111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898410; }

 p { color: rgb(137,132,16); }

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

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

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

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

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

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

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