#898412

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

Shades of Olive #898412

Tints of Olive #898412

Color information

#898412 (or 0x898412) is unknown color: approx Olive. HEX triplet: 89, 84 and 12. RGB value is (137,132,18). Sum of RGB (Red+Green+Blue) = 137+132+18=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #898412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898412 is #767BED. Grayscale: #787878. Windows color (decimal): -7764974 or 1213577. OLE color: 1213577.

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

Color convert

RGB13713218-
CMYK00.040.870.46
HSL57.48º76.77%30.39%-
HSV(B)57.48º86.86%53.73%-
XYZ18.6821.863.81-
YUV120.570.16139.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=47.74%
G=45.99%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371321800.040.870.4657.4876.7730.39
Hex89841204572E394d1e
Octal2112042204127567111536
Binary10001001100001001001001001010111101110111001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898412; }

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

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

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

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

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

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

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

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