Shades of Sage #99A27E
Tints of Sage #99A27E
RGB
CMYK
RGB Variations
Color information
#99A27E (or 0x99A27E) is known color: Sage. HEX triplet: 99, A2 and 7E. RGB value is (153,162,126). Sum of RGB (Red+Green+Blue) = 153+162+126=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #99A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A27E is #665D81. Grayscale: #9B9B9B. Windows color (decimal): -6708610 or 8299161. OLE color: 8299161.
HSL color Cylindrical-coordinate representation of color #99A27E: hue angle of 75º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99A27E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 126 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.36 |
| HSL | 75º | 0.16% | 0.56% | - |
| HSV(B) | 75º | 0.22% | 0.64% | - |
| XYZ | 29.82 | 34.12 | 24.75 | - |
| YUV | 155.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 126 | 0.06 | 0 | 0.22 | 0.36 | 75 | 0.16 | 0.56 |
| Hex | 99 | A2 | 7E | 6 | 0 | 16 | 24 | 4B | 10 | 38 |
| Octal | 231 | 242 | 176 | 6 | 0 | 26 | 44 | 113 | 20 | 70 |
| Binary | 10011001 | 10100010 | 1111110 | 110 | 0 | 10110 | 100100 | 1001011 | 10000 | 111000 |
Color Harmonies of #99A27E
Complementary color
Monochromatic Colors of #99A27E
Black with #99A27E
Text Example
Text Example
White with #99A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A27E; }
p { color: rgb(153,162,126); }
H1.HeaderClassName
{
color: #99A27E;
}
.AnyTagClassName
{
color: #99A27E;
}
</style>
background-color css
<style>
a { background-color: #99A27E; }
a { background-color: rgb(153,162,126); }
div.DivClassName
{
background-color: #99A27E;
}
.BgClassName
{
background-color: #99A27E;
}
</style>
border-color css
<style>
span { border-color: #99A27E; }
span { border-color: rgb(153,162,126); }
td.TdClassName
{
border-color: #99A27E;
}
.TagClassName
{
border-color: #99A27E;
}
</style>