#9FA974

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

Shades of Sage #9FA974

Tints of Sage #9FA974

Color information

#9FA974 (or 0x9FA974) is unknown color: approx Sage. HEX triplet: 9F, A9 and 74. RGB value is (159,169,116). Sum of RGB (Red+Green+Blue) = 159+169+116=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA974 is #60568B. Grayscale: #A0A0A0. Windows color (decimal): -6313612 or 7645599. OLE color: 7645599.

HSL color Cylindrical-coordinate representation of color #9FA974: hue angle of 71.32º degrees, saturation: 0.24, 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 #9FA974 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB159169116-
CMYK0.0600.310.34
HSL71.32º23.56%55.88%-
HSV(B)71.32º31.36%66.27%-
XYZ31.6437.0122-
YUV159.97103.19127.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=35.81%
G=38.06%
B=26.13%

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
Decimal1591691160.0600.310.3471.3223.5655.88
Hex9FA974601F22471838
Octal2372511646037421073070
Binary10011111101010011110100110011111100010100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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