#9DA975

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

Shades of Sage #9DA975

Tints of Sage #9DA975

Color information

#9DA975 (or 0x9DA975) is unknown color: approx Sage. HEX triplet: 9D, A9 and 75. RGB value is (157,169,117). Sum of RGB (Red+Green+Blue) = 157+169+117=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA975 is #62568A. Grayscale: #9F9F9F. Windows color (decimal): -6444683 or 7711133. OLE color: 7711133.

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

Color convert

RGB157169117-
CMYK0.0700.310.34
HSL73.85º23.21%56.08%-
HSV(B)73.85º30.77%66.27%-
XYZ31.336.8322.29-
YUV159.48104.02126.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=35.44%
G=38.15%
B=26.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1571691170.0700.310.3473.8523.2156.08
Hex9DA975701F224a1738
Octal2352511657037421122770
Binary10011101101010011110101111011111100010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,117); }

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

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

 a { background-color: rgb(157,169,117); }

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

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

 span { border-color: rgb(157,169,117); }

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