Shades of Olivine #90A577
Tints of Olivine #90A577
RGB
CMYK
RGB Variations
Color information
#90A577 (or 0x90A577) is known color: Olivine. HEX triplet: 90, A5 and 77. RGB value is (144,165,119). Sum of RGB (Red+Green+Blue) = 144+165+119=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #90A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A577 is #6F5A88. Grayscale: #999999. Windows color (decimal): -7297673 or 7841168. OLE color: 7841168.
HSL color Cylindrical-coordinate representation of color #90A577: hue angle of 87.39º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90A577 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 165 | 119 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.35 |
| HSL | 87.39º | 0.2% | 0.56% | - |
| HSV(B) | 87.39º | 0.28% | 0.65% | - |
| XYZ | 28.29 | 34.17 | 22.56 | - |
| YUV | 153.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 119 | 0.13 | 0 | 0.28 | 0.35 | 87.39 | 0.2 | 0.56 |
| Hex | 90 | A5 | 77 | D | 0 | 1C | 23 | 57 | 14 | 38 |
| Octal | 220 | 245 | 167 | 15 | 0 | 34 | 43 | 127 | 24 | 70 |
| Binary | 10010000 | 10100101 | 1110111 | 1101 | 0 | 11100 | 100011 | 1010111 | 10100 | 111000 |
Color Harmonies of #90A577
Complementary color
Monochromatic Colors of #90A577
Black with #90A577
Text Example
Text Example
White with #90A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A577; }
p { color: rgb(144,165,119); }
H1.HeaderClassName
{
color: #90A577;
}
.AnyTagClassName
{
color: #90A577;
}
</style>
background-color css
<style>
a { background-color: #90A577; }
a { background-color: rgb(144,165,119); }
div.DivClassName
{
background-color: #90A577;
}
.BgClassName
{
background-color: #90A577;
}
</style>
border-color css
<style>
span { border-color: #90A577; }
span { border-color: rgb(144,165,119); }
td.TdClassName
{
border-color: #90A577;
}
.TagClassName
{
border-color: #90A577;
}
</style>