#9FAA72

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

Shades of Sage #9FAA72

Tints of Sage #9FAA72

Color information

#9FAA72 (or 0x9FAA72) is unknown color: approx Sage. HEX triplet: 9F, AA and 72. RGB value is (159,170,114). Sum of RGB (Red+Green+Blue) = 159+170+114=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA72 is #60558D. Grayscale: #A0A0A0. Windows color (decimal): -6313358 or 7514783. OLE color: 7514783.

HSL color Cylindrical-coordinate representation of color #9FAA72: hue angle of 71.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FAA72 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB159170114-
CMYK0.0600.330.33
HSL71.79º24.78%55.69%-
HSV(B)71.79º32.94%66.67%-
XYZ31.7137.3421.45-
YUV160.33101.86127.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=35.89%
G=38.37%
B=25.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701140.0600.330.3371.7924.7855.69
Hex9FAA72602121481938
Octal2372521626041411103170
Binary100111111010101011100101100100001100001100100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FAA72; }

 p { color: rgb(159,170,114); }

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

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

 a { background-color: rgb(159,170,114); }

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

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

 span { border-color: rgb(159,170,114); }

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