#9FAA73

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

Shades of Sage #9FAA73

Tints of Sage #9FAA73

Color information

#9FAA73 (or 0x9FAA73) is unknown color: approx Sage. HEX triplet: 9F, AA and 73. RGB value is (159,170,115). Sum of RGB (Red+Green+Blue) = 159+170+115=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA73 is #60558C. Grayscale: #A0A0A0. Windows color (decimal): -6313357 or 7580319. OLE color: 7580319.

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

Color convert

RGB159170115-
CMYK0.0600.320.33
HSL72º24.44%55.88%-
HSV(B)72º32.35%66.67%-
XYZ31.7737.3621.76-
YUV160.44102.36126.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=35.81%
G=38.29%
B=25.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701150.0600.320.337224.4455.88
Hex9FAA73602021481838
Octal2372521636040411103070
Binary100111111010101011100111100100000100001100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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