#9AA979

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

Shades of Sage #9AA979

Tints of Sage #9AA979

Color information

#9AA979 (or 0x9AA979) is unknown color: approx Sage. HEX triplet: 9A, A9 and 79. RGB value is (154,169,121). Sum of RGB (Red+Green+Blue) = 154+169+121=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA979 is #655686. Grayscale: #9F9F9F. Windows color (decimal): -6641287 or 7973274. OLE color: 7973274.

HSL color Cylindrical-coordinate representation of color #9AA979: hue angle of 78.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AA979 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB154169121-
CMYK0.0900.280.34
HSL78.75º21.82%56.86%-
HSV(B)78.75º28.4%66.27%-
XYZ30.9736.6323.53-
YUV159.04106.53124.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=34.68%
G=38.06%
B=27.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691210.0900.280.3478.7521.8256.86
Hex9AA979901C224f1639
Octal23225117111034421172671
Binary100110101010100111110011001011100100010100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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