#9FA773

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

Shades of Sage #9FA773

Tints of Sage #9FA773

Color information

#9FA773 (or 0x9FA773) is unknown color: approx Sage. HEX triplet: 9F, A7 and 73. RGB value is (159,167,115). Sum of RGB (Red+Green+Blue) = 159+167+115=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA773 is #60588C. Grayscale: #9E9E9E. Windows color (decimal): -6314125 or 7579551. OLE color: 7579551.

HSL color Cylindrical-coordinate representation of color #9FA773: hue angle of 69.23º degrees, saturation: 0.23, 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 #9FA773 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB159167115-
CMYK0.0500.310.35
HSL69.23º22.81%55.29%-
HSV(B)69.23º31.14%65.49%-
XYZ31.2136.2521.57-
YUV158.68103.35128.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=36.05%
G=37.87%
B=26.08%

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
Decimal1591671150.0500.310.3569.2322.8155.29
Hex9FA773501F23451737
Octal2372471635037431052767
Binary10011111101001111110011101011111100011100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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