#9DA474

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

Shades of Sage #9DA474

Tints of Sage #9DA474

Color information

#9DA474 (or 0x9DA474) is unknown color: approx Sage. HEX triplet: 9D, A4 and 74. RGB value is (157,164,116). Sum of RGB (Red+Green+Blue) = 157+164+116=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA474 is #625B8B. Grayscale: #9C9C9C. Windows color (decimal): -6445964 or 7644317. OLE color: 7644317.

HSL color Cylindrical-coordinate representation of color #9DA474: hue angle of 68.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA474 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB157164116-
CMYK0.0400.290.36
HSL68.75º20.87%54.9%-
HSV(B)68.75º29.27%64.31%-
XYZ30.3334.9821.68-
YUV156.44105.18128.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=35.93%
G=37.53%
B=26.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641160.0400.290.3668.7520.8754.9
Hex9DA474401D24451537
Octal2352441644035441052567
Binary10011101101001001110100100011101100100100010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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