#9FAB76

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

Shades of Sage #9FAB76

Tints of Sage #9FAB76

Color information

#9FAB76 (or 0x9FAB76) is unknown color: approx Sage. HEX triplet: 9F, AB and 76. RGB value is (159,171,118). Sum of RGB (Red+Green+Blue) = 159+171+118=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB76 is #605489. Grayscale: #A1A1A1. Windows color (decimal): -6313098 or 7777183. OLE color: 7777183.

HSL color Cylindrical-coordinate representation of color #9FAB76: hue angle of 73.58º 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 #9FAB76 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB159171118-
CMYK0.0700.310.33
HSL73.58º23.98%56.67%-
HSV(B)73.58º30.99%67.06%-
XYZ32.1337.822.74-
YUV161.37103.52126.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=35.49%
G=38.17%
B=26.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711180.0700.310.3373.5823.9856.67
Hex9FAB76701F214a1839
Octal2372531667037411123071
Binary10011111101010111110110111011111100001100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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