#9DAB76

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

Shades of Sage #9DAB76

Tints of Sage #9DAB76

Color information

#9DAB76 (or 0x9DAB76) is unknown color: approx Sage. HEX triplet: 9D, AB and 76. RGB value is (157,171,118). Sum of RGB (Red+Green+Blue) = 157+171+118=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB76 is #625489. Grayscale: #A0A0A0. Windows color (decimal): -6444170 or 7777181. OLE color: 7777181.

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

Color convert

RGB157171118-
CMYK0.0800.310.33
HSL75.85º23.98%56.67%-
HSV(B)75.85º30.99%67.06%-
XYZ31.7437.622.72-
YUV160.77103.86125.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=35.20%
G=38.34%
B=26.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571711180.0800.310.3375.8523.9856.67
Hex9DAB76801F214c1839
Octal23525316610037411143071
Binary100111011010101111101101000011111100001100110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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