#9FA975

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

Shades of Sage #9FA975

Tints of Sage #9FA975

Color information

#9FA975 (or 0x9FA975) is unknown color: approx Sage. HEX triplet: 9F, A9 and 75. RGB value is (159,169,117). Sum of RGB (Red+Green+Blue) = 159+169+117=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA975 is #60568A. Grayscale: #A0A0A0. Windows color (decimal): -6313611 or 7711135. OLE color: 7711135.

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

Color convert

RGB159169117-
CMYK0.0600.310.34
HSL71.54º23.21%56.08%-
HSV(B)71.54º30.77%66.27%-
XYZ31.737.0322.31-
YUV160.08103.69127.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=35.73%
G=37.98%
B=26.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691170.0600.310.3471.5423.2156.08
Hex9FA975601F22481738
Octal2372511656037421102770
Binary10011111101010011110101110011111100010100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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