#9AA47A

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

Shades of Sage #9AA47A

Tints of Sage #9AA47A

Color information

#9AA47A (or 0x9AA47A) is unknown color: approx Sage. HEX triplet: 9A, A4 and 7A. RGB value is (154,164,122). Sum of RGB (Red+Green+Blue) = 154+164+122=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA47A is #655B85. Grayscale: #9C9C9C. Windows color (decimal): -6642566 or 8037530. OLE color: 8037530.

HSL color Cylindrical-coordinate representation of color #9AA47A: hue angle of 74.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AA47A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB154164122-
CMYK0.0600.260.36
HSL74.29º18.75%56.08%-
HSV(B)74.29º25.61%64.31%-
XYZ30.1134.8323.55-
YUV156.22108.69126.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=35%
G=37.27%
B=27.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641220.0600.260.3674.2918.7556.08
Hex9AA47A601A244a1338
Octal2322441726032441122370
Binary10011010101001001111010110011010100100100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,122); }

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

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

 a { background-color: rgb(154,164,122); }

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

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

 span { border-color: rgb(154,164,122); }

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