#9FAD7E

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

Shades of Sage #9FAD7E

Tints of Sage #9FAD7E

Color information

#9FAD7E (or 0x9FAD7E) is unknown color: approx Sage. HEX triplet: 9F, AD and 7E. RGB value is (159,173,126). Sum of RGB (Red+Green+Blue) = 159+173+126=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAD7E is #605281. Grayscale: #A3A3A3. Windows color (decimal): -6312578 or 8301983. OLE color: 8301983.

HSL color Cylindrical-coordinate representation of color #9FAD7E: hue angle of 77.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FAD7E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB159173126-
CMYK0.0800.270.32
HSL77.87º22.27%58.63%-
HSV(B)77.87º27.17%67.84%-
XYZ33.0138.7625.48-
YUV163.46106.86124.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=34.72%
G=37.77%
B=27.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731260.0800.270.3277.8722.2758.63
Hex9FAD7E801B204e163b
Octal23725517610033401162673
Binary100111111010110111111101000011011100000100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,173,126); }

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

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

 a { background-color: rgb(159,173,126); }

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

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

 span { border-color: rgb(159,173,126); }

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