Shades of Olivine #90BD65
Tints of Olivine #90BD65
RGB
CMYK
RGB Variations
Color information
#90BD65 (or 0x90BD65) is known color: Olivine. HEX triplet: 90, BD and 65. RGB value is (144,189,101). Sum of RGB (Red+Green+Blue) = 144+189+101=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD65 is #6F429A. Grayscale: #A5A5A5. Windows color (decimal): -7291547 or 6667664. OLE color: 6667664.
HSL color Cylindrical-coordinate representation of color #90BD65: hue angle of 90.68º 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 #90BD65 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 101 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.26 |
| HSL | 90.68º | 0.4% | 0.57% | - |
| HSV(B) | 90.68º | 0.47% | 0.74% | - |
| XYZ | 32.05 | 43.26 | 18.97 | - |
| YUV | 165.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 101 | 0.24 | 0 | 0.47 | 0.26 | 90.68 | 0.4 | 0.57 |
| Hex | 90 | BD | 65 | 18 | 0 | 2F | 1A | 5B | 28 | 39 |
| Octal | 220 | 275 | 145 | 30 | 0 | 57 | 32 | 133 | 50 | 71 |
| Binary | 10010000 | 10111101 | 1100101 | 11000 | 0 | 101111 | 11010 | 1011011 | 101000 | 111001 |
Color Harmonies of #90BD65
Complementary color
Monochromatic Colors of #90BD65
Black with #90BD65
Text Example
Text Example
White with #90BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD65; }
p { color: rgb(144,189,101); }
H1.HeaderClassName
{
color: #90BD65;
}
.AnyTagClassName
{
color: #90BD65;
}
</style>
background-color css
<style>
a { background-color: #90BD65; }
a { background-color: rgb(144,189,101); }
div.DivClassName
{
background-color: #90BD65;
}
.BgClassName
{
background-color: #90BD65;
}
</style>
border-color css
<style>
span { border-color: #90BD65; }
span { border-color: rgb(144,189,101); }
td.TdClassName
{
border-color: #90BD65;
}
.TagClassName
{
border-color: #90BD65;
}
</style>