Shades of Olivine #90C076
Tints of Olivine #90C076
RGB
CMYK
RGB Variations
Color information
#90C076 (or 0x90C076) is known color: Olivine. HEX triplet: 90, C0 and 76. RGB value is (144,192,118). Sum of RGB (Red+Green+Blue) = 144+192+118=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #90C076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C076 is #6F3F89. Grayscale: #A9A9A9. Windows color (decimal): -7290762 or 7782544. OLE color: 7782544.
HSL color Cylindrical-coordinate representation of color #90C076: hue angle of 98.92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C076 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 118 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.25 |
| HSL | 98.92º | 0.37% | 0.61% | - |
| HSV(B) | 98.92º | 0.39% | 0.75% | - |
| XYZ | 33.62 | 44.94 | 24.04 | - |
| YUV | 169.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 118 | 0.25 | 0 | 0.39 | 0.25 | 98.92 | 0.37 | 0.61 |
| Hex | 90 | C0 | 76 | 19 | 0 | 27 | 19 | 63 | 25 | 3D |
| Octal | 220 | 300 | 166 | 31 | 0 | 47 | 31 | 143 | 45 | 75 |
| Binary | 10010000 | 11000000 | 1110110 | 11001 | 0 | 100111 | 11001 | 1100011 | 100101 | 111101 |
Color Harmonies of #90C076
Complementary color
Monochromatic Colors of #90C076
Black with #90C076
Text Example
Text Example
White with #90C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C076; }
p { color: rgb(144,192,118); }
H1.HeaderClassName
{
color: #90C076;
}
.AnyTagClassName
{
color: #90C076;
}
</style>
background-color css
<style>
a { background-color: #90C076; }
a { background-color: rgb(144,192,118); }
div.DivClassName
{
background-color: #90C076;
}
.BgClassName
{
background-color: #90C076;
}
</style>
border-color css
<style>
span { border-color: #90C076; }
span { border-color: rgb(144,192,118); }
td.TdClassName
{
border-color: #90C076;
}
.TagClassName
{
border-color: #90C076;
}
</style>