Shades of Sage #9FAB7B
Tints of Sage #9FAB7B
RGB
CMYK
RGB Variations
Color information
#9FAB7B (or 0x9FAB7B) is known color: Sage. HEX triplet: 9F, AB and 7B. RGB value is (159,171,123). Sum of RGB (Red+Green+Blue) = 159+171+123=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7B is #605484. Grayscale: #A2A2A2. Windows color (decimal): -6313093 or 8104863. OLE color: 8104863.
HSL color Cylindrical-coordinate representation of color #9FAB7B: hue angle of 75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FAB7B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 171 | 123 | - |
CMYK | 0.07 | 0 | 0.28 | 0.33 |
HSL | 75º | 0.22% | 0.58% | - |
HSV(B) | 75º | 0.28% | 0.67% | - |
XYZ | 32.44 | 37.93 | 24.35 | - |
YUV | 161.94 | 106.02 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 123 | 0.07 | 0 | 0.28 | 0.33 | 75 | 0.22 | 0.58 |
Hex | 9F | AB | 7B | 7 | 0 | 1C | 21 | 4B | 16 | 3A |
Octal | 237 | 253 | 173 | 7 | 0 | 34 | 41 | 113 | 26 | 72 |
Binary | 10011111 | 10101011 | 1111011 | 111 | 0 | 11100 | 100001 | 1001011 | 10110 | 111010 |
Color Harmonies of #9FAB7B
Complementary color
Monochromatic Colors of #9FAB7B
Black with #9FAB7B
Text Example
Text Example
White with #9FAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB7B; }
p { color: rgb(159,171,123); }
H1.HeaderClassName
{
color: #9FAB7B;
}
.AnyTagClassName
{
color: #9FAB7B;
}
</style>
background-color css
<style>
a { background-color: #9FAB7B; }
a { background-color: rgb(159,171,123); }
div.DivClassName
{
background-color: #9FAB7B;
}
.BgClassName
{
background-color: #9FAB7B;
}
</style>
border-color css
<style>
span { border-color: #9FAB7B; }
span { border-color: rgb(159,171,123); }
td.TdClassName
{
border-color: #9FAB7B;
}
.TagClassName
{
border-color: #9FAB7B;
}
</style>