#9DA973

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

Shades of Sage #9DA973

Tints of Sage #9DA973

Color information

#9DA973 (or 0x9DA973) is unknown color: approx Sage. HEX triplet: 9D, A9 and 73. RGB value is (157,169,115). Sum of RGB (Red+Green+Blue) = 157+169+115=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA973 is #62568C. Grayscale: #9F9F9F. Windows color (decimal): -6444685 or 7580061. OLE color: 7580061.

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

Color convert

RGB157169115-
CMYK0.0700.320.34
HSL73.33º23.89%55.69%-
HSV(B)73.33º31.95%66.27%-
XYZ31.1936.7821.68-
YUV159.26103.02126.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=35.60%
G=38.32%
B=26.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1571691150.0700.320.3473.3323.8955.69
Hex9DA973702022491838
Octal2352511637040421113070
Binary100111011010100111100111110100000100010100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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