#9AAA71

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

Shades of Sage #9AAA71

Tints of Sage #9AAA71

Color information

#9AAA71 (or 0x9AAA71) is unknown color: approx Sage. HEX triplet: 9A, AA and 71. RGB value is (154,170,113). Sum of RGB (Red+Green+Blue) = 154+170+113=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA71 is #65558E. Grayscale: #9E9E9E. Windows color (decimal): -6641039 or 7449242. OLE color: 7449242.

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

Color convert

RGB154170113-
CMYK0.0900.340.33
HSL76.84º25.11%55.49%-
HSV(B)76.84º33.53%66.67%-
XYZ30.6836.8121.11-
YUV158.72102.2124.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=35.24%
G=38.90%
B=25.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701130.0900.340.3376.8425.1155.49
Hex9AAA719022214d1937
Octal23225216111042411153167
Binary1001101010101010111000110010100010100001100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,113); }

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

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

 a { background-color: rgb(154,170,113); }

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

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

 span { border-color: rgb(154,170,113); }

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