#9DAB79

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

Shades of Sage #9DAB79

Tints of Sage #9DAB79

Color information

#9DAB79 (or 0x9DAB79) is unknown color: approx Sage. HEX triplet: 9D, AB and 79. RGB value is (157,171,121). Sum of RGB (Red+Green+Blue) = 157+171+121=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB79 is #625486. Grayscale: #A1A1A1. Windows color (decimal): -6444167 or 7973789. OLE color: 7973789.

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

Color convert

RGB157171121-
CMYK0.0800.290.33
HSL76.8º22.94%57.25%-
HSV(B)76.8º29.24%67.06%-
XYZ31.9237.6723.68-
YUV161.11105.36125.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=34.97%
G=38.08%
B=26.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711210.0800.290.3376.822.9457.25
Hex9DAB79801D214d1739
Octal23525317110035411152771
Binary100111011010101111110011000011101100001100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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