#9DA774

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

Shades of Sage #9DA774

Tints of Sage #9DA774

Color information

#9DA774 (or 0x9DA774) is unknown color: approx Sage. HEX triplet: 9D, A7 and 74. RGB value is (157,167,116). Sum of RGB (Red+Green+Blue) = 157+167+116=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA774 is #62588B. Grayscale: #9E9E9E. Windows color (decimal): -6445196 or 7645085. OLE color: 7645085.

HSL color Cylindrical-coordinate representation of color #9DA774: hue angle of 71.76º degrees, saturation: 0.22, 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 #9DA774 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB157167116-
CMYK0.0600.310.35
HSL71.76º22.47%55.49%-
HSV(B)71.76º30.54%65.49%-
XYZ30.8836.0721.86-
YUV158.2104.19127.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=35.68%
G=37.95%
B=26.36%

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
Decimal1571671160.0600.310.3571.7622.4755.49
Hex9DA774601F23481637
Octal2352471646037431102667
Binary10011101101001111110100110011111100011100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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