#989F71

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

Shades of Sage #989F71

Tints of Sage #989F71

Color information

#989F71 (or 0x989F71) is unknown color: approx Sage. HEX triplet: 98, 9F and 71. RGB value is (152,159,113). Sum of RGB (Red+Green+Blue) = 152+159+113=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #989F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F71 is #67608E. Grayscale: #979797. Windows color (decimal): -6774927 or 7446424. OLE color: 7446424.

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

Color convert

RGB152159113-
CMYK0.0400.290.38
HSL69.13º19.33%53.33%-
HSV(B)69.13º28.93%62.35%-
XYZ28.3332.6620.43-
YUV151.66106.18128.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=35.85%
G=37.5%
B=26.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591130.0400.290.3869.1319.3353.33
Hex989F71401D26451335
Octal2302371614035461052365
Binary10011000100111111110001100011101100110100010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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