#9AA078

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

Shades of Sage #9AA078

Tints of Sage #9AA078

Color information

#9AA078 (or 0x9AA078) is unknown color: approx Sage. HEX triplet: 9A, A0 and 78. RGB value is (154,160,120). Sum of RGB (Red+Green+Blue) = 154+160+120=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA078 is #655F87. Grayscale: #999999. Windows color (decimal): -6643592 or 7905434. OLE color: 7905434.

HSL color Cylindrical-coordinate representation of color #9AA078: hue angle of 69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA078 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB154160120-
CMYK0.0400.250.37
HSL69º17.39%54.9%-
HSV(B)69º25%62.75%-
XYZ29.2933.3722.67-
YUV153.65109.01128.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=35.48%
G=36.87%
B=27.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541601200.0400.250.376917.3954.9
Hex9AA078401925451137
Octal2322401704031451052167
Binary10011010101000001111000100011001100101100010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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