#9A9F79

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

Shades of Sage #9A9F79

Tints of Sage #9A9F79

Color information

#9A9F79 (or 0x9A9F79) is unknown color: approx Sage. HEX triplet: 9A, 9F and 79. RGB value is (154,159,121). Sum of RGB (Red+Green+Blue) = 154+159+121=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9F79 is #656086. Grayscale: #999999. Windows color (decimal): -6643847 or 7970714. OLE color: 7970714.

HSL color Cylindrical-coordinate representation of color #9A9F79: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A9F79 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB154159121-
CMYK0.0300.240.38
HSL67.89º16.52%54.9%-
HSV(B)67.89º23.9%62.35%-
XYZ29.1833.0522.93-
YUV153.17109.84128.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=35.48%
G=36.64%
B=27.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541591210.0300.240.3867.8916.5254.9
Hex9A9F79301826441137
Octal2322371713030461042167
Binary1001101010011111111100111011000100110100010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,121); }

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

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

 a { background-color: rgb(154,159,121); }

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

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

 span { border-color: rgb(154,159,121); }

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