#9DAA7C

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

Shades of Sage #9DAA7C

Tints of Sage #9DAA7C

Color information

#9DAA7C (or 0x9DAA7C) is unknown color: approx Sage. HEX triplet: 9D, AA and 7C. RGB value is (157,170,124). Sum of RGB (Red+Green+Blue) = 157+170+124=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA7C is #625583. Grayscale: #A1A1A1. Windows color (decimal): -6444420 or 8170141. OLE color: 8170141.

HSL color Cylindrical-coordinate representation of color #9DAA7C: hue angle of 76.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DAA7C is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB157170124-
CMYK0.0800.270.33
HSL76.96º21.3%57.65%-
HSV(B)76.96º27.06%66.67%-
XYZ31.9237.3724.6-
YUV160.87107.19125.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=34.81%
G=37.69%
B=27.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701240.0800.270.3376.9621.357.65
Hex9DAA7C801B214d153a
Octal23525217410033411152572
Binary100111011010101011111001000011011100001100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,124); }

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

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

 a { background-color: rgb(157,170,124); }

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

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

 span { border-color: rgb(157,170,124); }

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