Shades of Olivine #90A27F
Tints of Olivine #90A27F
RGB
CMYK
RGB Variations
Color information
#90A27F (or 0x90A27F) is known color: Olivine. HEX triplet: 90, A2 and 7F. RGB value is (144,162,127). Sum of RGB (Red+Green+Blue) = 144+162+127=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #90A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A27F is #6F5D80. Grayscale: #989898. Windows color (decimal): -7298433 or 8364688. OLE color: 8364688.
HSL color Cylindrical-coordinate representation of color #90A27F: hue angle of 90.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90A27F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 127 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.36 |
| HSL | 90.86º | 0.16% | 0.57% | - |
| HSV(B) | 90.86º | 0.22% | 0.64% | - |
| XYZ | 28.25 | 33.3 | 25.02 | - |
| YUV | 152.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 127 | 0.11 | 0 | 0.22 | 0.36 | 90.86 | 0.16 | 0.57 |
| Hex | 90 | A2 | 7F | B | 0 | 16 | 24 | 5B | 10 | 39 |
| Octal | 220 | 242 | 177 | 13 | 0 | 26 | 44 | 133 | 20 | 71 |
| Binary | 10010000 | 10100010 | 1111111 | 1011 | 0 | 10110 | 100100 | 1011011 | 10000 | 111001 |
Color Harmonies of #90A27F
Complementary color
Monochromatic Colors of #90A27F
Black with #90A27F
Text Example
Text Example
White with #90A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A27F; }
p { color: rgb(144,162,127); }
H1.HeaderClassName
{
color: #90A27F;
}
.AnyTagClassName
{
color: #90A27F;
}
</style>
background-color css
<style>
a { background-color: #90A27F; }
a { background-color: rgb(144,162,127); }
div.DivClassName
{
background-color: #90A27F;
}
.BgClassName
{
background-color: #90A27F;
}
</style>
border-color css
<style>
span { border-color: #90A27F; }
span { border-color: rgb(144,162,127); }
td.TdClassName
{
border-color: #90A27F;
}
.TagClassName
{
border-color: #90A27F;
}
</style>