Shades of Sage #92A06E
Tints of Sage #92A06E
RGB
CMYK
RGB Variations
Color information
#92A06E (or 0x92A06E) is known color: Sage. HEX triplet: 92, A0 and 6E. RGB value is (146,160,110). Sum of RGB (Red+Green+Blue) = 146+160+110=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #92A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A06E is #6D5F91. Grayscale: #969696. Windows color (decimal): -7167890 or 7250066. OLE color: 7250066.
HSL color Cylindrical-coordinate representation of color #92A06E: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A06E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 110 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.37 |
| HSL | 76.8º | 0.21% | 0.53% | - |
| HSV(B) | 76.8º | 0.31% | 0.63% | - |
| XYZ | 27.24 | 32.38 | 19.57 | - |
| YUV | 150.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 110 | 0.09 | 0 | 0.31 | 0.37 | 76.8 | 0.21 | 0.53 |
| Hex | 92 | A0 | 6E | 9 | 0 | 1F | 25 | 4D | 15 | 35 |
| Octal | 222 | 240 | 156 | 11 | 0 | 37 | 45 | 115 | 25 | 65 |
| Binary | 10010010 | 10100000 | 1101110 | 1001 | 0 | 11111 | 100101 | 1001101 | 10101 | 110101 |
Color Harmonies of #92A06E
Complementary color
Monochromatic Colors of #92A06E
Black with #92A06E
Text Example
Text Example
White with #92A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A06E; }
p { color: rgb(146,160,110); }
H1.HeaderClassName
{
color: #92A06E;
}
.AnyTagClassName
{
color: #92A06E;
}
</style>
background-color css
<style>
a { background-color: #92A06E; }
a { background-color: rgb(146,160,110); }
div.DivClassName
{
background-color: #92A06E;
}
.BgClassName
{
background-color: #92A06E;
}
</style>
border-color css
<style>
span { border-color: #92A06E; }
span { border-color: rgb(146,160,110); }
td.TdClassName
{
border-color: #92A06E;
}
.TagClassName
{
border-color: #92A06E;
}
</style>