#9FAC7D

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

Shades of Sage #9FAC7D

Tints of Sage #9FAC7D

Color information

#9FAC7D (or 0x9FAC7D) is unknown color: approx Sage. HEX triplet: 9F, AC and 7D. RGB value is (159,172,125). Sum of RGB (Red+Green+Blue) = 159+172+125=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC7D is #605382. Grayscale: #A2A2A2. Windows color (decimal): -6312835 or 8236191. OLE color: 8236191.

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

Color convert

RGB159172125-
CMYK0.0800.270.33
HSL76.6º22.07%58.24%-
HSV(B)76.6º27.33%67.45%-
XYZ32.7538.3625.08-
YUV162.76106.69125.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=34.87%
G=37.72%
B=27.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721250.0800.270.3376.622.0758.24
Hex9FAC7D801B214d163a
Octal23725417510033411152672
Binary100111111010110011111011000011011100001100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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