Shades of Sage #90A476
Tints of Sage #90A476
RGB
CMYK
RGB Variations
Color information
#90A476 (or 0x90A476) is known color: Sage. HEX triplet: 90, A4 and 76. RGB value is (144,164,118). Sum of RGB (Red+Green+Blue) = 144+164+118=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #90A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A476 is #6F5B89. Grayscale: #989898. Windows color (decimal): -7297930 or 7775376. OLE color: 7775376.
HSL color Cylindrical-coordinate representation of color #90A476: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90A476 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 118 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.36 |
| HSL | 86.09º | 0.2% | 0.55% | - |
| HSV(B) | 86.09º | 0.28% | 0.64% | - |
| XYZ | 28.05 | 33.79 | 22.18 | - |
| YUV | 152.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 118 | 0.12 | 0 | 0.28 | 0.36 | 86.09 | 0.2 | 0.55 |
| Hex | 90 | A4 | 76 | C | 0 | 1C | 24 | 56 | 14 | 37 |
| Octal | 220 | 244 | 166 | 14 | 0 | 34 | 44 | 126 | 24 | 67 |
| Binary | 10010000 | 10100100 | 1110110 | 1100 | 0 | 11100 | 100100 | 1010110 | 10100 | 110111 |
Color Harmonies of #90A476
Complementary color
Monochromatic Colors of #90A476
Black with #90A476
Text Example
Text Example
White with #90A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A476; }
p { color: rgb(144,164,118); }
H1.HeaderClassName
{
color: #90A476;
}
.AnyTagClassName
{
color: #90A476;
}
</style>
background-color css
<style>
a { background-color: #90A476; }
a { background-color: rgb(144,164,118); }
div.DivClassName
{
background-color: #90A476;
}
.BgClassName
{
background-color: #90A476;
}
</style>
border-color css
<style>
span { border-color: #90A476; }
span { border-color: rgb(144,164,118); }
td.TdClassName
{
border-color: #90A476;
}
.TagClassName
{
border-color: #90A476;
}
</style>