Shades of Sage #99A27B
Tints of Sage #99A27B
RGB
CMYK
RGB Variations
Color information
#99A27B (or 0x99A27B) is known color: Sage. HEX triplet: 99, A2 and 7B. RGB value is (153,162,123). Sum of RGB (Red+Green+Blue) = 153+162+123=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #99A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A27B is #665D84. Grayscale: #9B9B9B. Windows color (decimal): -6708613 or 8102553. OLE color: 8102553.
HSL color Cylindrical-coordinate representation of color #99A27B: hue angle of 73.85º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A27B is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 123 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.36 |
| HSL | 73.85º | 0.17% | 0.56% | - |
| HSV(B) | 73.85º | 0.24% | 0.64% | - |
| XYZ | 29.63 | 34.04 | 23.75 | - |
| YUV | 154.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 123 | 0.06 | 0 | 0.24 | 0.36 | 73.85 | 0.17 | 0.56 |
| Hex | 99 | A2 | 7B | 6 | 0 | 18 | 24 | 4A | 11 | 38 |
| Octal | 231 | 242 | 173 | 6 | 0 | 30 | 44 | 112 | 21 | 70 |
| Binary | 10011001 | 10100010 | 1111011 | 110 | 0 | 11000 | 100100 | 1001010 | 10001 | 111000 |
Color Harmonies of #99A27B
Complementary color
Monochromatic Colors of #99A27B
Black with #99A27B
Text Example
Text Example
White with #99A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A27B; }
p { color: rgb(153,162,123); }
H1.HeaderClassName
{
color: #99A27B;
}
.AnyTagClassName
{
color: #99A27B;
}
</style>
background-color css
<style>
a { background-color: #99A27B; }
a { background-color: rgb(153,162,123); }
div.DivClassName
{
background-color: #99A27B;
}
.BgClassName
{
background-color: #99A27B;
}
</style>
border-color css
<style>
span { border-color: #99A27B; }
span { border-color: rgb(153,162,123); }
td.TdClassName
{
border-color: #99A27B;
}
.TagClassName
{
border-color: #99A27B;
}
</style>