#9DAC75

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

Shades of Sage #9DAC75

Tints of Sage #9DAC75

Color information

#9DAC75 (or 0x9DAC75) is unknown color: approx Sage. HEX triplet: 9D, AC and 75. RGB value is (157,172,117). Sum of RGB (Red+Green+Blue) = 157+172+117=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC75 is #62538A. Grayscale: #A1A1A1. Windows color (decimal): -6443915 or 7711901. OLE color: 7711901.

HSL color Cylindrical-coordinate representation of color #9DAC75: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DAC75 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB157172117-
CMYK0.0900.320.33
HSL76.36º24.89%56.67%-
HSV(B)76.36º31.98%67.45%-
XYZ31.8737.9622.48-
YUV161.24103.03124.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=35.20%
G=38.57%
B=26.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721170.0900.320.3376.3624.8956.67
Hex9DAC759020214c1939
Octal23525416511040411143171
Binary1001110110101100111010110010100000100001100110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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