Shades of Olivine #90A77A
Tints of Olivine #90A77A
RGB
CMYK
RGB Variations
Color information
#90A77A (or 0x90A77A) is known color: Olivine. HEX triplet: 90, A7 and 7A. RGB value is (144,167,122). Sum of RGB (Red+Green+Blue) = 144+167+122=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #90A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A77A is #6F5885. Grayscale: #9B9B9B. Windows color (decimal): -7297158 or 8038288. OLE color: 8038288.
HSL color Cylindrical-coordinate representation of color #90A77A: hue angle of 90.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A77A is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 122 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.35 |
| HSL | 90.67º | 0.2% | 0.57% | - |
| HSV(B) | 90.67º | 0.27% | 0.65% | - |
| XYZ | 28.83 | 34.97 | 23.64 | - |
| YUV | 154.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 122 | 0.14 | 0 | 0.27 | 0.35 | 90.67 | 0.2 | 0.57 |
| Hex | 90 | A7 | 7A | E | 0 | 1B | 23 | 5B | 14 | 39 |
| Octal | 220 | 247 | 172 | 16 | 0 | 33 | 43 | 133 | 24 | 71 |
| Binary | 10010000 | 10100111 | 1111010 | 1110 | 0 | 11011 | 100011 | 1011011 | 10100 | 111001 |
Color Harmonies of #90A77A
Complementary color
Monochromatic Colors of #90A77A
Black with #90A77A
Text Example
Text Example
White with #90A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A77A; }
p { color: rgb(144,167,122); }
H1.HeaderClassName
{
color: #90A77A;
}
.AnyTagClassName
{
color: #90A77A;
}
</style>
background-color css
<style>
a { background-color: #90A77A; }
a { background-color: rgb(144,167,122); }
div.DivClassName
{
background-color: #90A77A;
}
.BgClassName
{
background-color: #90A77A;
}
</style>
border-color css
<style>
span { border-color: #90A77A; }
span { border-color: rgb(144,167,122); }
td.TdClassName
{
border-color: #90A77A;
}
.TagClassName
{
border-color: #90A77A;
}
</style>