#989F77

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

Shades of Sage #989F77

Tints of Sage #989F77

Color information

#989F77 (or 0x989F77) is unknown color: approx Sage. HEX triplet: 98, 9F and 77. RGB value is (152,159,119). Sum of RGB (Red+Green+Blue) = 152+159+119=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #989F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F77 is #676088. Grayscale: #989898. Windows color (decimal): -6774921 or 7839640. OLE color: 7839640.

HSL color Cylindrical-coordinate representation of color #989F77: hue angle of 70.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989F77 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB152159119-
CMYK0.0400.250.38
HSL70.5º17.24%54.51%-
HSV(B)70.5º25.16%62.35%-
XYZ28.6832.822.27-
YUV152.35109.18127.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=35.35%
G=36.98%
B=27.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591190.0400.250.3870.517.2454.51
Hex989F77401926461137
Octal2302371674031461062167
Binary10011000100111111110111100011001100110100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989F77; }

 p { color: rgb(152,159,119); }

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

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

 a { background-color: rgb(152,159,119); }

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

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

 span { border-color: rgb(152,159,119); }

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