Shades of Olivine #90C176
Tints of Olivine #90C176
RGB
CMYK
RGB Variations
Color information
#90C176 (or 0x90C176) is known color: Olivine. HEX triplet: 90, C1 and 76. RGB value is (144,193,118). Sum of RGB (Red+Green+Blue) = 144+193+118=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #90C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C176 is #6F3E89. Grayscale: #AAAAAA. Windows color (decimal): -7290506 or 7782800. OLE color: 7782800.
HSL color Cylindrical-coordinate representation of color #90C176: hue angle of 99.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90C176 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 118 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.24 |
| HSL | 99.2º | 0.38% | 0.61% | - |
| HSV(B) | 99.2º | 0.39% | 0.76% | - |
| XYZ | 33.84 | 45.38 | 24.11 | - |
| YUV | 169.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 118 | 0.25 | 0 | 0.39 | 0.24 | 99.2 | 0.38 | 0.61 |
| Hex | 90 | C1 | 76 | 19 | 0 | 27 | 18 | 63 | 26 | 3D |
| Octal | 220 | 301 | 166 | 31 | 0 | 47 | 30 | 143 | 46 | 75 |
| Binary | 10010000 | 11000001 | 1110110 | 11001 | 0 | 100111 | 11000 | 1100011 | 100110 | 111101 |
Color Harmonies of #90C176
Complementary color
Monochromatic Colors of #90C176
Black with #90C176
Text Example
Text Example
White with #90C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C176; }
p { color: rgb(144,193,118); }
H1.HeaderClassName
{
color: #90C176;
}
.AnyTagClassName
{
color: #90C176;
}
</style>
background-color css
<style>
a { background-color: #90C176; }
a { background-color: rgb(144,193,118); }
div.DivClassName
{
background-color: #90C176;
}
.BgClassName
{
background-color: #90C176;
}
</style>
border-color css
<style>
span { border-color: #90C176; }
span { border-color: rgb(144,193,118); }
td.TdClassName
{
border-color: #90C176;
}
.TagClassName
{
border-color: #90C176;
}
</style>