#9AA070

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

Shades of Sage #9AA070

Tints of Sage #9AA070

Color information

#9AA070 (or 0x9AA070) is unknown color: approx Sage. HEX triplet: 9A, A0 and 70. RGB value is (154,160,112). Sum of RGB (Red+Green+Blue) = 154+160+112=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA070 is #655F8F. Grayscale: #989898. Windows color (decimal): -6643600 or 7381146. OLE color: 7381146.

HSL color Cylindrical-coordinate representation of color #9AA070: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA070 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB154160112-
CMYK0.0400.300.37
HSL67.5º20.17%53.33%-
HSV(B)67.5º30%62.75%-
XYZ28.8233.1820.21-
YUV152.73105.01128.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=36.15%
G=37.56%
B=26.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541601120.0400.300.3767.520.1753.33
Hex9AA070401E25441435
Octal2322401604036451042465
Binary10011010101000001110000100011110100101100010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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