Shades of Sage #93A26F
Tints of Sage #93A26F
RGB
CMYK
RGB Variations
Color information
#93A26F (or 0x93A26F) is known color: Sage. HEX triplet: 93, A2 and 6F. RGB value is (147,162,111). Sum of RGB (Red+Green+Blue) = 147+162+111=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #93A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A26F is #6C5D90. Grayscale: #979797. Windows color (decimal): -7101841 or 7316115. OLE color: 7316115.
HSL color Cylindrical-coordinate representation of color #93A26F: hue angle of 77.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A26F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 162 | 111 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.36 |
| HSL | 77.65º | 0.22% | 0.54% | - |
| HSV(B) | 77.65º | 0.31% | 0.64% | - |
| XYZ | 27.82 | 33.19 | 19.98 | - |
| YUV | 151.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 111 | 0.09 | 0 | 0.31 | 0.36 | 77.65 | 0.22 | 0.54 |
| Hex | 93 | A2 | 6F | 9 | 0 | 1F | 24 | 4E | 16 | 36 |
| Octal | 223 | 242 | 157 | 11 | 0 | 37 | 44 | 116 | 26 | 66 |
| Binary | 10010011 | 10100010 | 1101111 | 1001 | 0 | 11111 | 100100 | 1001110 | 10110 | 110110 |
Color Harmonies of #93A26F
Complementary color
Monochromatic Colors of #93A26F
Black with #93A26F
Text Example
Text Example
White with #93A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A26F; }
p { color: rgb(147,162,111); }
H1.HeaderClassName
{
color: #93A26F;
}
.AnyTagClassName
{
color: #93A26F;
}
</style>
background-color css
<style>
a { background-color: #93A26F; }
a { background-color: rgb(147,162,111); }
div.DivClassName
{
background-color: #93A26F;
}
.BgClassName
{
background-color: #93A26F;
}
</style>
border-color css
<style>
span { border-color: #93A26F; }
span { border-color: rgb(147,162,111); }
td.TdClassName
{
border-color: #93A26F;
}
.TagClassName
{
border-color: #93A26F;
}
</style>