#9AA976

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

Shades of Sage #9AA976

Tints of Sage #9AA976

Color information

#9AA976 (or 0x9AA976) is unknown color: approx Sage. HEX triplet: 9A, A9 and 76. RGB value is (154,169,118). Sum of RGB (Red+Green+Blue) = 154+169+118=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA976 is #655689. Grayscale: #9E9E9E. Windows color (decimal): -6641290 or 7776666. OLE color: 7776666.

HSL color Cylindrical-coordinate representation of color #9AA976: hue angle of 77.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA976 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB154169118-
CMYK0.0900.300.34
HSL77.65º22.87%56.27%-
HSV(B)77.65º30.18%66.27%-
XYZ30.7836.5522.57-
YUV158.7105.03124.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=34.92%
G=38.32%
B=26.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691180.0900.300.3477.6522.8756.27
Hex9AA976901E224e1738
Octal23225116611036421162770
Binary100110101010100111101101001011110100010100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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