#9FA97F

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

Shades of Sage #9FA97F

Tints of Sage #9FA97F

Color information

#9FA97F (or 0x9FA97F) is unknown color: approx Sage. HEX triplet: 9F, A9 and 7F. RGB value is (159,169,127). Sum of RGB (Red+Green+Blue) = 159+169+127=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA97F is #605680. Grayscale: #A1A1A1. Windows color (decimal): -6313601 or 8366495. OLE color: 8366495.

HSL color Cylindrical-coordinate representation of color #9FA97F: hue angle of 74.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FA97F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB159169127-
CMYK0.0600.250.34
HSL74.29º19.63%58.04%-
HSV(B)74.29º24.85%66.27%-
XYZ32.3237.2825.57-
YUV161.22108.69126.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 127 (50% from 255) = 27.91%
R=34.95%
G=37.14%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691270.0600.250.3474.2919.6358.04
Hex9FA97F6019224a143a
Octal2372511776031421122472
Binary10011111101010011111111110011001100010100101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,127); }

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

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

 a { background-color: rgb(159,169,127); }

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

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

 span { border-color: rgb(159,169,127); }

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