Shades of Olivine #90C07A
Tints of Olivine #90C07A
RGB
CMYK
RGB Variations
Color information
#90C07A (or 0x90C07A) is known color: Olivine. HEX triplet: 90, C0 and 7A. RGB value is (144,192,122). Sum of RGB (Red+Green+Blue) = 144+192+122=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #90C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C07A is #6F3F85. Grayscale: #A9A9A9. Windows color (decimal): -7290758 or 8044688. OLE color: 8044688.
HSL color Cylindrical-coordinate representation of color #90C07A: hue angle of 101.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90C07A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 122 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.25 |
| HSL | 101.14º | 0.36% | 0.62% | - |
| HSV(B) | 101.14º | 0.36% | 0.75% | - |
| XYZ | 33.86 | 45.03 | 25.32 | - |
| YUV | 169.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 122 | 0.25 | 0 | 0.36 | 0.25 | 101.14 | 0.36 | 0.62 |
| Hex | 90 | C0 | 7A | 19 | 0 | 24 | 19 | 65 | 24 | 3E |
| Octal | 220 | 300 | 172 | 31 | 0 | 44 | 31 | 145 | 44 | 76 |
| Binary | 10010000 | 11000000 | 1111010 | 11001 | 0 | 100100 | 11001 | 1100101 | 100100 | 111110 |
Color Harmonies of #90C07A
Complementary color
Monochromatic Colors of #90C07A
Black with #90C07A
Text Example
Text Example
White with #90C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C07A; }
p { color: rgb(144,192,122); }
H1.HeaderClassName
{
color: #90C07A;
}
.AnyTagClassName
{
color: #90C07A;
}
</style>
background-color css
<style>
a { background-color: #90C07A; }
a { background-color: rgb(144,192,122); }
div.DivClassName
{
background-color: #90C07A;
}
.BgClassName
{
background-color: #90C07A;
}
</style>
border-color css
<style>
span { border-color: #90C07A; }
span { border-color: rgb(144,192,122); }
td.TdClassName
{
border-color: #90C07A;
}
.TagClassName
{
border-color: #90C07A;
}
</style>