#9FAC7C

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

Shades of Sage #9FAC7C

Tints of Sage #9FAC7C

Color information

#9FAC7C (or 0x9FAC7C) is unknown color: approx Sage. HEX triplet: 9F, AC and 7C. RGB value is (159,172,124). Sum of RGB (Red+Green+Blue) = 159+172+124=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC7C is #605383. Grayscale: #A2A2A2. Windows color (decimal): -6312836 or 8170655. OLE color: 8170655.

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

Color convert

RGB159172124-
CMYK0.0800.280.33
HSL76.25º22.43%58.04%-
HSV(B)76.25º27.91%67.45%-
XYZ32.6938.3324.74-
YUV162.64106.19125.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=34.95%
G=37.80%
B=27.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721240.0800.280.3376.2522.4358.04
Hex9FAC7C801C214c163a
Octal23725417410034411142672
Binary100111111010110011111001000011100100001100110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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