#9aaa72

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

Shades of Sage #9AAA72

Tints of Sage #9AAA72

Color information

#9AAA72 (or 0x9AAA72) is unknown color: approx Sage. HEX triplet: 9A, AA and 72. RGB value is (154,170,114). Sum of RGB (Red+Green+Blue) = 154+170+114=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA72 is #65558D. Grayscale: #9F9F9F. Windows color (decimal): -6641038 or 7514778. OLE color: 7514778.

HSL color Cylindrical-coordinate representation of color #9AAA72: hue angle of 77.14º 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 #9AAA72 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB154170114-
CMYK0.0900.330.33
HSL77.14º24.78%55.69%-
HSV(B)77.14º32.94%66.67%-
XYZ30.7436.8321.41-
YUV158.83102.7124.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=35.16%
G=38.81%
B=26.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701140.0900.330.3377.1424.7855.69
Hex9AAA729021214d1938
Octal23225216211041411153170
Binary1001101010101010111001010010100001100001100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9aaa72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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