#9FAC7F

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

Shades of Sage #9FAC7F

Tints of Sage #9FAC7F

Color information

#9FAC7F (or 0x9FAC7F) is unknown color: approx Sage. HEX triplet: 9F, AC and 7F. RGB value is (159,172,127). Sum of RGB (Red+Green+Blue) = 159+172+127=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC7F is #605380. Grayscale: #A3A3A3. Windows color (decimal): -6312833 or 8367263. OLE color: 8367263.

HSL color Cylindrical-coordinate representation of color #9FAC7F: hue angle of 77.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FAC7F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB159172127-
CMYK0.0800.260.33
HSL77.33º21.33%58.63%-
HSV(B)77.33º26.16%67.45%-
XYZ32.8838.4125.76-
YUV162.98107.69125.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 127 (50% from 255) = 27.73%
R=34.72%
G=37.55%
B=27.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721270.0800.260.3377.3321.3358.63
Hex9FAC7F801A214d153b
Octal23725417710032411152573
Binary100111111010110011111111000011010100001100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,127); }

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

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

 a { background-color: rgb(159,172,127); }

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

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

 span { border-color: rgb(159,172,127); }

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