#9AA975

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

Shades of Sage #9AA975

Tints of Sage #9AA975

Color information

#9AA975 (or 0x9AA975) is unknown color: approx Sage. HEX triplet: 9A, A9 and 75. RGB value is (154,169,117). Sum of RGB (Red+Green+Blue) = 154+169+117=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA975 is #65568A. Grayscale: #9E9E9E. Windows color (decimal): -6641291 or 7711130. OLE color: 7711130.

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

Color convert

RGB154169117-
CMYK0.0900.310.34
HSL77.31º23.21%56.08%-
HSV(B)77.31º30.77%66.27%-
XYZ30.7336.5322.26-
YUV158.59104.53124.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=35%
G=38.41%
B=26.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691170.0900.310.3477.3123.2156.08
Hex9AA975901F224d1738
Octal23225116511037421152770
Binary100110101010100111101011001011111100010100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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