#9FAB7F

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

Shades of Sage #9FAB7F

Tints of Sage #9FAB7F

Color information

#9FAB7F (or 0x9FAB7F) is unknown color: approx Sage. HEX triplet: 9F, AB and 7F. RGB value is (159,171,127). Sum of RGB (Red+Green+Blue) = 159+171+127=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7F is #605480. Grayscale: #A2A2A2. Windows color (decimal): -6313089 or 8367007. OLE color: 8367007.

HSL color Cylindrical-coordinate representation of color #9FAB7F: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FAB7F is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB159171127-
CMYK0.0700.260.33
HSL76.36º20.75%58.43%-
HSV(B)76.36º25.73%67.06%-
XYZ32.6938.0325.7-
YUV162.4108.02125.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 127 (50% from 255) = 27.79%
R=34.79%
G=37.42%
B=27.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711270.0700.260.3376.3620.7558.43
Hex9FAB7F701A214c153a
Octal2372531777032411142572
Binary10011111101010111111111111011010100001100110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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