#9DAA76

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

Shades of Sage #9DAA76

Tints of Sage #9DAA76

Color information

#9DAA76 (or 0x9DAA76) is unknown color: approx Sage. HEX triplet: 9D, AA and 76. RGB value is (157,170,118). Sum of RGB (Red+Green+Blue) = 157+170+118=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA76 is #625589. Grayscale: #A0A0A0. Windows color (decimal): -6444426 or 7776925. OLE color: 7776925.

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

Color convert

RGB157170118-
CMYK0.0800.310.33
HSL75º23.42%56.47%-
HSV(B)75º30.59%66.67%-
XYZ31.5537.2322.66-
YUV160.18104.19125.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.28%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=35.28%
G=38.20%
B=26.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701180.0800.310.337523.4256.47
Hex9DAA76801F214b1738
Octal23525216610037411132770
Binary100111011010101011101101000011111100001100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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