#9AA873

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

Shades of Sage #9AA873

Tints of Sage #9AA873

Color information

#9AA873 (or 0x9AA873) is unknown color: approx Sage. HEX triplet: 9A, A8 and 73. RGB value is (154,168,115). Sum of RGB (Red+Green+Blue) = 154+168+115=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA873 is #65578C. Grayscale: #9D9D9D. Windows color (decimal): -6641549 or 7579802. OLE color: 7579802.

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

Color convert

RGB154168115-
CMYK0.0800.320.34
HSL75.85º23.35%55.49%-
HSV(B)75.85º31.55%65.88%-
XYZ30.4236.1121.59-
YUV157.77103.86125.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=35.24%
G=38.44%
B=26.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681150.0800.320.3475.8523.3555.49
Hex9AA8738020224c1737
Octal23225016310040421142767
Binary1001101010101000111001110000100000100010100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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