Shades of Olivine #90A47C
Tints of Olivine #90A47C
RGB
CMYK
RGB Variations
Color information
#90A47C (or 0x90A47C) is known color: Olivine. HEX triplet: 90, A4 and 7C. RGB value is (144,164,124). Sum of RGB (Red+Green+Blue) = 144+164+124=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #90A47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A47C is #6F5B83. Grayscale: #999999. Windows color (decimal): -7297924 or 8168592. OLE color: 8168592.
HSL color Cylindrical-coordinate representation of color #90A47C: hue angle of 90º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A47C is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 124 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.36 |
| HSL | 90º | 0.18% | 0.56% | - |
| HSV(B) | 90º | 0.24% | 0.64% | - |
| XYZ | 28.42 | 33.94 | 24.12 | - |
| YUV | 153.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 124 | 0.12 | 0 | 0.24 | 0.36 | 90 | 0.18 | 0.56 |
| Hex | 90 | A4 | 7C | C | 0 | 18 | 24 | 5A | 12 | 38 |
| Octal | 220 | 244 | 174 | 14 | 0 | 30 | 44 | 132 | 22 | 70 |
| Binary | 10010000 | 10100100 | 1111100 | 1100 | 0 | 11000 | 100100 | 1011010 | 10010 | 111000 |
Color Harmonies of #90A47C
Complementary color
Monochromatic Colors of #90A47C
Black with #90A47C
Text Example
Text Example
White with #90A47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A47C; }
p { color: rgb(144,164,124); }
H1.HeaderClassName
{
color: #90A47C;
}
.AnyTagClassName
{
color: #90A47C;
}
</style>
background-color css
<style>
a { background-color: #90A47C; }
a { background-color: rgb(144,164,124); }
div.DivClassName
{
background-color: #90A47C;
}
.BgClassName
{
background-color: #90A47C;
}
</style>
border-color css
<style>
span { border-color: #90A47C; }
span { border-color: rgb(144,164,124); }
td.TdClassName
{
border-color: #90A47C;
}
.TagClassName
{
border-color: #90A47C;
}
</style>