Shades of Sage #99A479
Tints of Sage #99A479
RGB
CMYK
RGB Variations
Color information
#99A479 (or 0x99A479) is known color: Sage. HEX triplet: 99, A4 and 79. RGB value is (153,164,121). Sum of RGB (Red+Green+Blue) = 153+164+121=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #99A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A479 is #665B86. Grayscale: #9B9B9B. Windows color (decimal): -6708103 or 7971993. OLE color: 7971993.
HSL color Cylindrical-coordinate representation of color #99A479: hue angle of 75.35º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A479 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 121 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.36 |
| HSL | 75.35º | 0.19% | 0.56% | - |
| HSV(B) | 75.35º | 0.26% | 0.64% | - |
| XYZ | 29.86 | 34.7 | 23.21 | - |
| YUV | 155.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 121 | 0.07 | 0 | 0.26 | 0.36 | 75.35 | 0.19 | 0.56 |
| Hex | 99 | A4 | 79 | 7 | 0 | 1A | 24 | 4B | 13 | 38 |
| Octal | 231 | 244 | 171 | 7 | 0 | 32 | 44 | 113 | 23 | 70 |
| Binary | 10011001 | 10100100 | 1111001 | 111 | 0 | 11010 | 100100 | 1001011 | 10011 | 111000 |
Color Harmonies of #99A479
Complementary color
Monochromatic Colors of #99A479
Black with #99A479
Text Example
Text Example
White with #99A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A479; }
p { color: rgb(153,164,121); }
H1.HeaderClassName
{
color: #99A479;
}
.AnyTagClassName
{
color: #99A479;
}
</style>
background-color css
<style>
a { background-color: #99A479; }
a { background-color: rgb(153,164,121); }
div.DivClassName
{
background-color: #99A479;
}
.BgClassName
{
background-color: #99A479;
}
</style>
border-color css
<style>
span { border-color: #99A479; }
span { border-color: rgb(153,164,121); }
td.TdClassName
{
border-color: #99A479;
}
.TagClassName
{
border-color: #99A479;
}
</style>