Shades of Sage #8A927F
Tints of Sage #8A927F
RGB
CMYK
RGB Variations
Color information
#8A927F (or 0x8A927F) is known color: Sage. HEX triplet: 8A, 92 and 7F. RGB value is (138,146,127). Sum of RGB (Red+Green+Blue) = 138+146+127=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #8A927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A927F is #756D80. Grayscale: #8D8D8D. Windows color (decimal): -7695745 or 8360586. OLE color: 8360586.
HSL color Cylindrical-coordinate representation of color #8A927F: hue angle of 85.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A927F is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 127 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.43 |
| HSL | 85.26º | 0.08% | 0.54% | - |
| HSV(B) | 85.26º | 0.13% | 0.57% | - |
| XYZ | 24.59 | 27.49 | 24.09 | - |
| YUV | 141.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 127 | 0.05 | 0 | 0.13 | 0.43 | 85.26 | 0.08 | 0.54 |
| Hex | 8A | 92 | 7F | 5 | 0 | D | 2B | 55 | 8 | 36 |
| Octal | 212 | 222 | 177 | 5 | 0 | 15 | 53 | 125 | 10 | 66 |
| Binary | 10001010 | 10010010 | 1111111 | 101 | 0 | 1101 | 101011 | 1010101 | 1000 | 110110 |
Color Harmonies of #8A927F
Complementary color
Monochromatic Colors of #8A927F
Black with #8A927F
Text Example
Text Example
White with #8A927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A927F; }
p { color: rgb(138,146,127); }
H1.HeaderClassName
{
color: #8A927F;
}
.AnyTagClassName
{
color: #8A927F;
}
</style>
background-color css
<style>
a { background-color: #8A927F; }
a { background-color: rgb(138,146,127); }
div.DivClassName
{
background-color: #8A927F;
}
.BgClassName
{
background-color: #8A927F;
}
</style>
border-color css
<style>
span { border-color: #8A927F; }
span { border-color: rgb(138,146,127); }
td.TdClassName
{
border-color: #8A927F;
}
.TagClassName
{
border-color: #8A927F;
}
</style>