#9FAC75

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

Shades of Sage #9FAC75

Tints of Sage #9FAC75

Color information

#9FAC75 (or 0x9FAC75) is unknown color: approx Sage. HEX triplet: 9F, AC and 75. RGB value is (159,172,117). Sum of RGB (Red+Green+Blue) = 159+172+117=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC75 is #60538A. Grayscale: #A2A2A2. Windows color (decimal): -6312843 or 7711903. OLE color: 7711903.

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

Color convert

RGB159172117-
CMYK0.0800.320.33
HSL74.18º24.89%56.67%-
HSV(B)74.18º31.98%67.45%-
XYZ32.2638.1622.49-
YUV161.84102.69125.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=35.49%
G=38.39%
B=26.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721170.0800.320.3374.1824.8956.67
Hex9FAC758020214a1939
Octal23725416510040411123171
Binary1001111110101100111010110000100000100001100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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