#9AA279

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

Shades of Sage #9AA279

Tints of Sage #9AA279

Color information

#9AA279 (or 0x9AA279) is unknown color: approx Sage. HEX triplet: 9A, A2 and 79. RGB value is (154,162,121). Sum of RGB (Red+Green+Blue) = 154+162+121=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA279 is #655D86. Grayscale: #9B9B9B. Windows color (decimal): -6643079 or 7971482. OLE color: 7971482.

HSL color Cylindrical-coordinate representation of color #9AA279: hue angle of 71.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA279 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB154162121-
CMYK0.0500.250.36
HSL71.71º18.06%55.49%-
HSV(B)71.71º25.31%63.53%-
XYZ29.734.0923.1-
YUV154.93108.85127.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=35.24%
G=37.07%
B=27.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621210.0500.250.3671.7118.0655.49
Hex9AA279501924481237
Octal2322421715031441102267
Binary10011010101000101111001101011001100100100100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,121); }

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

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

 a { background-color: rgb(154,162,121); }

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

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

 span { border-color: rgb(154,162,121); }

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