Shades of Sage #929B7A
Tints of Sage #929B7A
RGB
CMYK
RGB Variations
Color information
#929B7A (or 0x929B7A) is known color: Sage. HEX triplet: 92, 9B and 7A. RGB value is (146,155,122). Sum of RGB (Red+Green+Blue) = 146+155+122=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #929B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B7A is #6D6485. Grayscale: #949494. Windows color (decimal): -7169158 or 8035218. OLE color: 8035218.
HSL color Cylindrical-coordinate representation of color #929B7A: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #929B7A is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 155 | 122 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.39 |
| HSL | 76.36º | 0.14% | 0.54% | - |
| HSV(B) | 76.36º | 0.21% | 0.61% | - |
| XYZ | 27.09 | 30.96 | 22.96 | - |
| YUV | 148.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 122 | 0.06 | 0 | 0.21 | 0.39 | 76.36 | 0.14 | 0.54 |
| Hex | 92 | 9B | 7A | 6 | 0 | 15 | 27 | 4C | E | 36 |
| Octal | 222 | 233 | 172 | 6 | 0 | 25 | 47 | 114 | 16 | 66 |
| Binary | 10010010 | 10011011 | 1111010 | 110 | 0 | 10101 | 100111 | 1001100 | 1110 | 110110 |
Color Harmonies of #929B7A
Complementary color
Monochromatic Colors of #929B7A
Black with #929B7A
Text Example
Text Example
White with #929B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929B7A; }
p { color: rgb(146,155,122); }
H1.HeaderClassName
{
color: #929B7A;
}
.AnyTagClassName
{
color: #929B7A;
}
</style>
background-color css
<style>
a { background-color: #929B7A; }
a { background-color: rgb(146,155,122); }
div.DivClassName
{
background-color: #929B7A;
}
.BgClassName
{
background-color: #929B7A;
}
</style>
border-color css
<style>
span { border-color: #929B7A; }
span { border-color: rgb(146,155,122); }
td.TdClassName
{
border-color: #929B7A;
}
.TagClassName
{
border-color: #929B7A;
}
</style>