#9FA472

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

Shades of Sage #9FA472

Tints of Sage #9FA472

Color information

#9FA472 (or 0x9FA472) is unknown color: approx Sage. HEX triplet: 9F, A4 and 72. RGB value is (159,164,114). Sum of RGB (Red+Green+Blue) = 159+164+114=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA472 is #605B8D. Grayscale: #9C9C9C. Windows color (decimal): -6314894 or 7513247. OLE color: 7513247.

HSL color Cylindrical-coordinate representation of color #9FA472: hue angle of 66º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FA472 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB159164114-
CMYK0.0300.300.36
HSL66º21.55%54.51%-
HSV(B)66º30.49%64.31%-
XYZ30.6135.1421.09-
YUV156.8103.84129.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=36.38%
G=37.53%
B=26.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641140.0300.300.366621.5554.51
Hex9FA472301E24421637
Octal2372441623036441022667
Binary1001111110100100111001011011110100100100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,114); }

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

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

 a { background-color: rgb(159,164,114); }

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

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

 span { border-color: rgb(159,164,114); }

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