Shades of Olivine #90BC6E
Tints of Olivine #90BC6E
RGB
CMYK
RGB Variations
Color information
#90BC6E (or 0x90BC6E) is known color: Olivine. HEX triplet: 90, BC and 6E. RGB value is (144,188,110). Sum of RGB (Red+Green+Blue) = 144+188+110=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC6E is #6F4391. Grayscale: #A6A6A6. Windows color (decimal): -7291794 or 7257232. OLE color: 7257232.
HSL color Cylindrical-coordinate representation of color #90BC6E: hue angle of 93.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BC6E is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 110 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.26 |
| HSL | 93.85º | 0.37% | 0.58% | - |
| HSV(B) | 93.85º | 0.41% | 0.74% | - |
| XYZ | 32.3 | 43.02 | 21.35 | - |
| YUV | 165.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 110 | 0.23 | 0 | 0.41 | 0.26 | 93.85 | 0.37 | 0.58 |
| Hex | 90 | BC | 6E | 17 | 0 | 29 | 1A | 5E | 25 | 3A |
| Octal | 220 | 274 | 156 | 27 | 0 | 51 | 32 | 136 | 45 | 72 |
| Binary | 10010000 | 10111100 | 1101110 | 10111 | 0 | 101001 | 11010 | 1011110 | 100101 | 111010 |
Color Harmonies of #90BC6E
Complementary color
Monochromatic Colors of #90BC6E
Black with #90BC6E
Text Example
Text Example
White with #90BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC6E; }
p { color: rgb(144,188,110); }
H1.HeaderClassName
{
color: #90BC6E;
}
.AnyTagClassName
{
color: #90BC6E;
}
</style>
background-color css
<style>
a { background-color: #90BC6E; }
a { background-color: rgb(144,188,110); }
div.DivClassName
{
background-color: #90BC6E;
}
.BgClassName
{
background-color: #90BC6E;
}
</style>
border-color css
<style>
span { border-color: #90BC6E; }
span { border-color: rgb(144,188,110); }
td.TdClassName
{
border-color: #90BC6E;
}
.TagClassName
{
border-color: #90BC6E;
}
</style>