Shades of Sage #99A67A
Tints of Sage #99A67A
RGB
CMYK
RGB Variations
Color information
#99A67A (or 0x99A67A) is known color: Sage. HEX triplet: 99, A6 and 7A. RGB value is (153,166,122). Sum of RGB (Red+Green+Blue) = 153+166+122=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #99A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A67A is #665985. Grayscale: #9D9D9D. Windows color (decimal): -6707590 or 8038041. OLE color: 8038041.
HSL color Cylindrical-coordinate representation of color #99A67A: hue angle of 77.73º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A67A is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 122 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.35 |
| HSL | 77.73º | 0.2% | 0.56% | - |
| HSV(B) | 77.73º | 0.27% | 0.65% | - |
| XYZ | 30.29 | 35.45 | 23.66 | - |
| YUV | 157.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 122 | 0.08 | 0 | 0.27 | 0.35 | 77.73 | 0.2 | 0.56 |
| Hex | 99 | A6 | 7A | 8 | 0 | 1B | 23 | 4E | 14 | 38 |
| Octal | 231 | 246 | 172 | 10 | 0 | 33 | 43 | 116 | 24 | 70 |
| Binary | 10011001 | 10100110 | 1111010 | 1000 | 0 | 11011 | 100011 | 1001110 | 10100 | 111000 |
Color Harmonies of #99A67A
Complementary color
Monochromatic Colors of #99A67A
Black with #99A67A
Text Example
Text Example
White with #99A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A67A; }
p { color: rgb(153,166,122); }
H1.HeaderClassName
{
color: #99A67A;
}
.AnyTagClassName
{
color: #99A67A;
}
</style>
background-color css
<style>
a { background-color: #99A67A; }
a { background-color: rgb(153,166,122); }
div.DivClassName
{
background-color: #99A67A;
}
.BgClassName
{
background-color: #99A67A;
}
</style>
border-color css
<style>
span { border-color: #99A67A; }
span { border-color: rgb(153,166,122); }
td.TdClassName
{
border-color: #99A67A;
}
.TagClassName
{
border-color: #99A67A;
}
</style>