Shades of Sage #8A917F
Tints of Sage #8A917F
RGB
CMYK
RGB Variations
Color information
#8A917F (or 0x8A917F) is known color: Sage. HEX triplet: 8A, 91 and 7F. RGB value is (138,145,127). Sum of RGB (Red+Green+Blue) = 138+145+127=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917F is #756E80. Grayscale: #8C8C8C. Windows color (decimal): -7696001 or 8360330. OLE color: 8360330.
HSL color Cylindrical-coordinate representation of color #8A917F: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A917F is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 127 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.43 |
| HSL | 83.33º | 0.08% | 0.53% | - |
| HSV(B) | 83.33º | 0.12% | 0.57% | - |
| XYZ | 24.44 | 27.19 | 24.04 | - |
| YUV | 140.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 127 | 0.05 | 0 | 0.12 | 0.43 | 83.33 | 0.08 | 0.53 |
| Hex | 8A | 91 | 7F | 5 | 0 | C | 2B | 53 | 8 | 35 |
| Octal | 212 | 221 | 177 | 5 | 0 | 14 | 53 | 123 | 10 | 65 |
| Binary | 10001010 | 10010001 | 1111111 | 101 | 0 | 1100 | 101011 | 1010011 | 1000 | 110101 |
Color Harmonies of #8A917F
Complementary color
Monochromatic Colors of #8A917F
Black with #8A917F
Text Example
Text Example
White with #8A917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A917F; }
p { color: rgb(138,145,127); }
H1.HeaderClassName
{
color: #8A917F;
}
.AnyTagClassName
{
color: #8A917F;
}
</style>
background-color css
<style>
a { background-color: #8A917F; }
a { background-color: rgb(138,145,127); }
div.DivClassName
{
background-color: #8A917F;
}
.BgClassName
{
background-color: #8A917F;
}
</style>
border-color css
<style>
span { border-color: #8A917F; }
span { border-color: rgb(138,145,127); }
td.TdClassName
{
border-color: #8A917F;
}
.TagClassName
{
border-color: #8A917F;
}
</style>