#899772

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

Shades of Sage #899772

Tints of Sage #899772

Color information

#899772 (or 0x899772) is unknown color: approx Sage. HEX triplet: 89, 97 and 72. RGB value is (137,151,114). Sum of RGB (Red+Green+Blue) = 137+151+114=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #899772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899772 is #76688D. Grayscale: #8E8E8E. Windows color (decimal): -7760014 or 7509897. OLE color: 7509897.

HSL color Cylindrical-coordinate representation of color #899772: hue angle of 82.7º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899772 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB137151114-
CMYK0.0900.250.41
HSL82.7º15.1%51.96%-
HSV(B)82.7º24.5%59.22%-
XYZ24.4228.6720.17-
YUV142.6111.86124.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=34.08%
G=37.56%
B=28.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371511140.0900.250.4182.715.151.96
Hex89977290192953f34
Octal21122716211031511231764
Binary10001001100101111110010100101100110100110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899772; }

 p { color: rgb(137,151,114); }

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

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

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

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

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

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

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