#9AAA78

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

Shades of Sage #9AAA78

Tints of Sage #9AAA78

Color information

#9AAA78 (or 0x9AAA78) is unknown color: approx Sage. HEX triplet: 9A, AA and 78. RGB value is (154,170,120). Sum of RGB (Red+Green+Blue) = 154+170+120=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA78 is #655587. Grayscale: #9F9F9F. Windows color (decimal): -6641032 or 7907994. OLE color: 7907994.

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

Color convert

RGB154170120-
CMYK0.0900.290.33
HSL79.2º22.73%56.86%-
HSV(B)79.2º29.41%66.67%-
XYZ31.0936.9823.27-
YUV159.52105.7124.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=34.68%
G=38.29%
B=27.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701200.0900.290.3379.222.7356.86
Hex9AAA78901D214f1739
Octal23225217011035411172771
Binary100110101010101011110001001011101100001100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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