#9AA084

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

Shades of Sage #9AA084

Tints of Sage #9AA084

Color information

#9AA084 (or 0x9AA084) is unknown color: approx Sage. HEX triplet: 9A, A0 and 84. RGB value is (154,160,132). Sum of RGB (Red+Green+Blue) = 154+160+132=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA084 is #655F7B. Grayscale: #9B9B9B. Windows color (decimal): -6643580 or 8691866. OLE color: 8691866.

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

Color convert

RGB154160132-
CMYK0.0400.170.37
HSL72.86º12.84%57.25%-
HSV(B)72.86º17.5%62.75%-
XYZ30.0633.6826.75-
YUV155.01115.01127.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=34.53%
G=35.87%
B=29.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541601320.0400.170.3772.8612.8457.25
Hex9AA08440112549d39
Octal2322402044021451111571
Binary10011010101000001000010010001000110010110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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