#9FAB7A

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

Shades of Sage #9FAB7A

Tints of Sage #9FAB7A

Color information

#9FAB7A (or 0x9FAB7A) is unknown color: approx Sage. HEX triplet: 9F, AB and 7A. RGB value is (159,171,122). Sum of RGB (Red+Green+Blue) = 159+171+122=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7A is #605485. Grayscale: #A2A2A2. Windows color (decimal): -6313094 or 8039327. OLE color: 8039327.

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

Color convert

RGB159171122-
CMYK0.0700.290.33
HSL74.69º22.58%57.45%-
HSV(B)74.69º28.65%67.06%-
XYZ32.3737.924.02-
YUV161.83105.52125.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=35.18%
G=37.83%
B=26.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711220.0700.290.3374.6922.5857.45
Hex9FAB7A701D214b1739
Octal2372531727035411132771
Binary10011111101010111111010111011101100001100101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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