#9DAC79

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

Shades of Sage #9DAC79

Tints of Sage #9DAC79

Color information

#9DAC79 (or 0x9DAC79) is unknown color: approx Sage. HEX triplet: 9D, AC and 79. RGB value is (157,172,121). Sum of RGB (Red+Green+Blue) = 157+172+121=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC79 is #625386. Grayscale: #A1A1A1. Windows color (decimal): -6443911 or 7974045. OLE color: 7974045.

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

Color convert

RGB157172121-
CMYK0.0900.300.33
HSL77.65º23.5%57.45%-
HSV(B)77.65º29.65%67.45%-
XYZ32.1138.0523.74-
YUV161.7105.03124.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=34.89%
G=38.22%
B=26.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721210.0900.300.3377.6523.557.45
Hex9DAC79901E214e1839
Octal23525417111036411163071
Binary100111011010110011110011001011110100001100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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