#899578

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

Shades of Sage #899578

Tints of Sage #899578

Color information

#899578 (or 0x899578) is unknown color: approx Sage. HEX triplet: 89, 95 and 78. RGB value is (137,149,120). Sum of RGB (Red+Green+Blue) = 137+149+120=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #899578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899578 is #766A87. Grayscale: #8E8E8E. Windows color (decimal): -7760520 or 7902601. OLE color: 7902601.

HSL color Cylindrical-coordinate representation of color #899578: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899578 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB137149120-
CMYK0.0800.190.42
HSL84.83º12.03%52.75%-
HSV(B)84.83º19.46%58.43%-
XYZ24.4528.1721.92-
YUV142.11115.52124.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=33.74%
G=36.70%
B=29.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491200.0800.190.4284.8312.0352.75
Hex89957880132A55c35
Octal21122517010023521251465
Binary10001001100101011111000100001001110101010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899578; }

 p { color: rgb(137,149,120); }

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

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

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

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

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

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

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