Shades of Olivine #90C077
Tints of Olivine #90C077
RGB
CMYK
RGB Variations
Color information
#90C077 (or 0x90C077) is known color: Olivine. HEX triplet: 90, C0 and 77. RGB value is (144,192,119). Sum of RGB (Red+Green+Blue) = 144+192+119=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #90C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C077 is #6F3F88. Grayscale: #A9A9A9. Windows color (decimal): -7290761 or 7848080. OLE color: 7848080.
HSL color Cylindrical-coordinate representation of color #90C077: hue angle of 99.45º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C077 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 119 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.25 |
| HSL | 99.45º | 0.37% | 0.61% | - |
| HSV(B) | 99.45º | 0.38% | 0.75% | - |
| XYZ | 33.68 | 44.96 | 24.36 | - |
| YUV | 169.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 119 | 0.25 | 0 | 0.38 | 0.25 | 99.45 | 0.37 | 0.61 |
| Hex | 90 | C0 | 77 | 19 | 0 | 26 | 19 | 63 | 25 | 3D |
| Octal | 220 | 300 | 167 | 31 | 0 | 46 | 31 | 143 | 45 | 75 |
| Binary | 10010000 | 11000000 | 1110111 | 11001 | 0 | 100110 | 11001 | 1100011 | 100101 | 111101 |
Color Harmonies of #90C077
Complementary color
Monochromatic Colors of #90C077
Black with #90C077
Text Example
Text Example
White with #90C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C077; }
p { color: rgb(144,192,119); }
H1.HeaderClassName
{
color: #90C077;
}
.AnyTagClassName
{
color: #90C077;
}
</style>
background-color css
<style>
a { background-color: #90C077; }
a { background-color: rgb(144,192,119); }
div.DivClassName
{
background-color: #90C077;
}
.BgClassName
{
background-color: #90C077;
}
</style>
border-color css
<style>
span { border-color: #90C077; }
span { border-color: rgb(144,192,119); }
td.TdClassName
{
border-color: #90C077;
}
.TagClassName
{
border-color: #90C077;
}
</style>