#9FA774

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

Shades of Sage #9FA774

Tints of Sage #9FA774

Color information

#9FA774 (or 0x9FA774) is unknown color: approx Sage. HEX triplet: 9F, A7 and 74. RGB value is (159,167,116). Sum of RGB (Red+Green+Blue) = 159+167+116=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA774 is #60588B. Grayscale: #9E9E9E. Windows color (decimal): -6314124 or 7645087. OLE color: 7645087.

HSL color Cylindrical-coordinate representation of color #9FA774: hue angle of 69.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA774 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB159167116-
CMYK0.0500.310.35
HSL69.41º22.47%55.49%-
HSV(B)69.41º30.54%65.49%-
XYZ31.2736.2721.88-
YUV158.79103.85128.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=35.97%
G=37.78%
B=26.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591671160.0500.310.3569.4122.4755.49
Hex9FA774501F23451637
Octal2372471645037431052667
Binary10011111101001111110100101011111100011100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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