#9DA773

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

Shades of Sage #9DA773

Tints of Sage #9DA773

Color information

#9DA773 (or 0x9DA773) is unknown color: approx Sage. HEX triplet: 9D, A7 and 73. RGB value is (157,167,115). Sum of RGB (Red+Green+Blue) = 157+167+115=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA773 is #62588C. Grayscale: #9E9E9E. Windows color (decimal): -6445197 or 7579549. OLE color: 7579549.

HSL color Cylindrical-coordinate representation of color #9DA773: hue angle of 71.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DA773 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB157167115-
CMYK0.0600.310.35
HSL71.54º22.81%55.29%-
HSV(B)71.54º31.14%65.49%-
XYZ30.8236.0421.55-
YUV158.08103.69127.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=35.76%
G=38.04%
B=26.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571671150.0600.310.3571.5422.8155.29
Hex9DA773601F23481737
Octal2352471636037431102767
Binary10011101101001111110011110011111100011100100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,167,115); }

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

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

 a { background-color: rgb(157,167,115); }

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

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

 span { border-color: rgb(157,167,115); }

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