#9DAD76

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

Shades of Sage #9DAD76

Tints of Sage #9DAD76

Color information

#9DAD76 (or 0x9DAD76) is unknown color: approx Sage. HEX triplet: 9D, AD and 76. RGB value is (157,173,118). Sum of RGB (Red+Green+Blue) = 157+173+118=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAD76 is #625289. Grayscale: #A2A2A2. Windows color (decimal): -6443658 or 7777693. OLE color: 7777693.

HSL color Cylindrical-coordinate representation of color #9DAD76: hue angle of 77.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DAD76 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB157173118-
CMYK0.0900.320.32
HSL77.45º25.11%57.06%-
HSV(B)77.45º31.79%67.84%-
XYZ32.1238.3622.85-
YUV161.95103.2124.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=35.04%
G=38.62%
B=26.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731180.0900.320.3277.4525.1157.06
Hex9DAD769020204d1939
Octal23525516611040401153171
Binary1001110110101101111011010010100000100000100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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