Shades of Olivine #90BC68
Tints of Olivine #90BC68
RGB
CMYK
RGB Variations
Color information
#90BC68 (or 0x90BC68) is known color: Olivine. HEX triplet: 90, BC and 68. RGB value is (144,188,104). Sum of RGB (Red+Green+Blue) = 144+188+104=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC68 is #6F4397. Grayscale: #A5A5A5. Windows color (decimal): -7291800 or 6864016. OLE color: 6864016.
HSL color Cylindrical-coordinate representation of color #90BC68: hue angle of 91.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90BC68 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 104 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.26 |
| HSL | 91.43º | 0.39% | 0.57% | - |
| HSV(B) | 91.43º | 0.45% | 0.74% | - |
| XYZ | 31.98 | 42.9 | 19.69 | - |
| YUV | 165.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 104 | 0.23 | 0 | 0.45 | 0.26 | 91.43 | 0.39 | 0.57 |
| Hex | 90 | BC | 68 | 17 | 0 | 2D | 1A | 5B | 27 | 39 |
| Octal | 220 | 274 | 150 | 27 | 0 | 55 | 32 | 133 | 47 | 71 |
| Binary | 10010000 | 10111100 | 1101000 | 10111 | 0 | 101101 | 11010 | 1011011 | 100111 | 111001 |
Color Harmonies of #90BC68
Complementary color
Monochromatic Colors of #90BC68
Black with #90BC68
Text Example
Text Example
White with #90BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC68; }
p { color: rgb(144,188,104); }
H1.HeaderClassName
{
color: #90BC68;
}
.AnyTagClassName
{
color: #90BC68;
}
</style>
background-color css
<style>
a { background-color: #90BC68; }
a { background-color: rgb(144,188,104); }
div.DivClassName
{
background-color: #90BC68;
}
.BgClassName
{
background-color: #90BC68;
}
</style>
border-color css
<style>
span { border-color: #90BC68; }
span { border-color: rgb(144,188,104); }
td.TdClassName
{
border-color: #90BC68;
}
.TagClassName
{
border-color: #90BC68;
}
</style>