#9FAA77

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

Shades of Sage #9FAA77

Tints of Sage #9FAA77

Color information

#9FAA77 (or 0x9FAA77) is unknown color: approx Sage. HEX triplet: 9F, AA and 77. RGB value is (159,170,119). Sum of RGB (Red+Green+Blue) = 159+170+119=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAA77 is #605588. Grayscale: #A1A1A1. Windows color (decimal): -6313353 or 7842463. OLE color: 7842463.

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

Color convert

RGB159170119-
CMYK0.0600.30.33
HSL72.94º23.08%56.67%-
HSV(B)72.94º30%66.67%-
XYZ3237.4523-
YUV160.9104.36126.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=35.49%
G=37.95%
B=26.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591701190.0600.30.3372.9423.0856.67
Hex9FAA77601E21491739
Octal2372521676036411112771
Binary10011111101010101110111110011110100001100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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