#9AAB73

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

Shades of Sage #9AAB73

Tints of Sage #9AAB73

Color information

#9AAB73 (or 0x9AAB73) is unknown color: approx Sage. HEX triplet: 9A, AB and 73. RGB value is (154,171,115). Sum of RGB (Red+Green+Blue) = 154+171+115=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB73 is #65548C. Grayscale: #9F9F9F. Windows color (decimal): -6640781 or 7580570. OLE color: 7580570.

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

Color convert

RGB154171115-
CMYK0.1000.330.33
HSL78.21º25%56.08%-
HSV(B)78.21º32.75%67.06%-
XYZ30.9837.2321.77-
YUV159.53102.87124.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=35%
G=38.86%
B=26.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711150.1000.330.3378.212556.08
Hex9AAB73A021214e1938
Octal23225316312041411163170
Binary1001101010101011111001110100100001100001100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,115); }

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

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

 a { background-color: rgb(154,171,115); }

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

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

 span { border-color: rgb(154,171,115); }

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