Shades of Olivine #90C064
Tints of Olivine #90C064
RGB
CMYK
RGB Variations
Color information
#90C064 (or 0x90C064) is known color: Olivine. HEX triplet: 90, C0 and 64. RGB value is (144,192,100). Sum of RGB (Red+Green+Blue) = 144+192+100=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #90C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C064 is #6F3F9B. Grayscale: #A7A7A7. Windows color (decimal): -7290780 or 6602896. OLE color: 6602896.
HSL color Cylindrical-coordinate representation of color #90C064: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90C064 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 100 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.25 |
| HSL | 91.3º | 0.42% | 0.57% | - |
| HSV(B) | 91.3º | 0.48% | 0.75% | - |
| XYZ | 32.65 | 44.55 | 18.93 | - |
| YUV | 167.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 100 | 0.25 | 0 | 0.48 | 0.25 | 91.3 | 0.42 | 0.57 |
| Hex | 90 | C0 | 64 | 19 | 0 | 30 | 19 | 5B | 2A | 39 |
| Octal | 220 | 300 | 144 | 31 | 0 | 60 | 31 | 133 | 52 | 71 |
| Binary | 10010000 | 11000000 | 1100100 | 11001 | 0 | 110000 | 11001 | 1011011 | 101010 | 111001 |
Color Harmonies of #90C064
Complementary color
Monochromatic Colors of #90C064
Black with #90C064
Text Example
Text Example
White with #90C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C064; }
p { color: rgb(144,192,100); }
H1.HeaderClassName
{
color: #90C064;
}
.AnyTagClassName
{
color: #90C064;
}
</style>
background-color css
<style>
a { background-color: #90C064; }
a { background-color: rgb(144,192,100); }
div.DivClassName
{
background-color: #90C064;
}
.BgClassName
{
background-color: #90C064;
}
</style>
border-color css
<style>
span { border-color: #90C064; }
span { border-color: rgb(144,192,100); }
td.TdClassName
{
border-color: #90C064;
}
.TagClassName
{
border-color: #90C064;
}
</style>