Shades of Olivine #90BD64
Tints of Olivine #90BD64
RGB
CMYK
RGB Variations
Color information
#90BD64 (or 0x90BD64) is known color: Olivine. HEX triplet: 90, BD and 64. RGB value is (144,189,100). Sum of RGB (Red+Green+Blue) = 144+189+100=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD64 is #6F429B. Grayscale: #A5A5A5. Windows color (decimal): -7291548 or 6602128. OLE color: 6602128.
HSL color Cylindrical-coordinate representation of color #90BD64: hue angle of 90.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90BD64 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 100 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.26 |
| HSL | 90.34º | 0.4% | 0.57% | - |
| HSV(B) | 90.34º | 0.47% | 0.74% | - |
| XYZ | 32 | 43.24 | 18.72 | - |
| YUV | 165.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 100 | 0.24 | 0 | 0.47 | 0.26 | 90.34 | 0.4 | 0.57 |
| Hex | 90 | BD | 64 | 18 | 0 | 2F | 1A | 5A | 28 | 39 |
| Octal | 220 | 275 | 144 | 30 | 0 | 57 | 32 | 132 | 50 | 71 |
| Binary | 10010000 | 10111101 | 1100100 | 11000 | 0 | 101111 | 11010 | 1011010 | 101000 | 111001 |
Color Harmonies of #90BD64
Complementary color
Monochromatic Colors of #90BD64
Black with #90BD64
Text Example
Text Example
White with #90BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD64; }
p { color: rgb(144,189,100); }
H1.HeaderClassName
{
color: #90BD64;
}
.AnyTagClassName
{
color: #90BD64;
}
</style>
background-color css
<style>
a { background-color: #90BD64; }
a { background-color: rgb(144,189,100); }
div.DivClassName
{
background-color: #90BD64;
}
.BgClassName
{
background-color: #90BD64;
}
</style>
border-color css
<style>
span { border-color: #90BD64; }
span { border-color: rgb(144,189,100); }
td.TdClassName
{
border-color: #90BD64;
}
.TagClassName
{
border-color: #90BD64;
}
</style>