Shades of Sage #8F927D
Tints of Sage #8F927D
RGB
CMYK
RGB Variations
Color information
#8F927D (or 0x8F927D) is known color: Sage. HEX triplet: 8F, 92 and 7D. RGB value is (143,146,125). Sum of RGB (Red+Green+Blue) = 143+146+125=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 146 - color contains mainly: green. Hex color #8F927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F927D is #706D82. Grayscale: #8E8E8E. Windows color (decimal): -7368067 or 8229519. OLE color: 8229519.
HSL color Cylindrical-coordinate representation of color #8F927D: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F927D is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 125 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.43 |
| HSL | 68.57º | 0.09% | 0.53% | - |
| HSV(B) | 68.57º | 0.14% | 0.57% | - |
| XYZ | 25.31 | 27.88 | 23.45 | - |
| YUV | 142.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 125 | 0.02 | 0 | 0.14 | 0.43 | 68.57 | 0.09 | 0.53 |
| Hex | 8F | 92 | 7D | 2 | 0 | E | 2B | 45 | 9 | 35 |
| Octal | 217 | 222 | 175 | 2 | 0 | 16 | 53 | 105 | 11 | 65 |
| Binary | 10001111 | 10010010 | 1111101 | 10 | 0 | 1110 | 101011 | 1000101 | 1001 | 110101 |
Color Harmonies of #8F927D
Complementary color
Monochromatic Colors of #8F927D
Black with #8F927D
Text Example
Text Example
White with #8F927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F927D; }
p { color: rgb(143,146,125); }
H1.HeaderClassName
{
color: #8F927D;
}
.AnyTagClassName
{
color: #8F927D;
}
</style>
background-color css
<style>
a { background-color: #8F927D; }
a { background-color: rgb(143,146,125); }
div.DivClassName
{
background-color: #8F927D;
}
.BgClassName
{
background-color: #8F927D;
}
</style>
border-color css
<style>
span { border-color: #8F927D; }
span { border-color: rgb(143,146,125); }
td.TdClassName
{
border-color: #8F927D;
}
.TagClassName
{
border-color: #8F927D;
}
</style>