Shades of Sage #92A672
Tints of Sage #92A672
RGB
CMYK
RGB Variations
Color information
#92A672 (or 0x92A672) is known color: Sage. HEX triplet: 92, A6 and 72. RGB value is (146,166,114). Sum of RGB (Red+Green+Blue) = 146+166+114=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #92A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A672 is #6D598D. Grayscale: #9A9A9A. Windows color (decimal): -7166350 or 7513746. OLE color: 7513746.
HSL color Cylindrical-coordinate representation of color #92A672: hue angle of 83.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A672 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 114 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.35 |
| HSL | 83.08º | 0.23% | 0.55% | - |
| HSV(B) | 83.08º | 0.31% | 0.65% | - |
| XYZ | 28.53 | 34.6 | 21.09 | - |
| YUV | 154.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 114 | 0.12 | 0 | 0.31 | 0.35 | 83.08 | 0.23 | 0.55 |
| Hex | 92 | A6 | 72 | C | 0 | 1F | 23 | 53 | 17 | 37 |
| Octal | 222 | 246 | 162 | 14 | 0 | 37 | 43 | 123 | 27 | 67 |
| Binary | 10010010 | 10100110 | 1110010 | 1100 | 0 | 11111 | 100011 | 1010011 | 10111 | 110111 |
Color Harmonies of #92A672
Complementary color
Monochromatic Colors of #92A672
Black with #92A672
Text Example
Text Example
White with #92A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A672; }
p { color: rgb(146,166,114); }
H1.HeaderClassName
{
color: #92A672;
}
.AnyTagClassName
{
color: #92A672;
}
</style>
background-color css
<style>
a { background-color: #92A672; }
a { background-color: rgb(146,166,114); }
div.DivClassName
{
background-color: #92A672;
}
.BgClassName
{
background-color: #92A672;
}
</style>
border-color css
<style>
span { border-color: #92A672; }
span { border-color: rgb(146,166,114); }
td.TdClassName
{
border-color: #92A672;
}
.TagClassName
{
border-color: #92A672;
}
</style>