Shades of Olivine #90BC73
Tints of Olivine #90BC73
RGB
CMYK
RGB Variations
Color information
#90BC73 (or 0x90BC73) is known color: Olivine. HEX triplet: 90, BC and 73. RGB value is (144,188,115). Sum of RGB (Red+Green+Blue) = 144+188+115=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC73 is #6F438C. Grayscale: #A6A6A6. Windows color (decimal): -7291789 or 7584912. OLE color: 7584912.
HSL color Cylindrical-coordinate representation of color #90BC73: hue angle of 96.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BC73 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 115 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.26 |
| HSL | 96.16º | 0.35% | 0.59% | - |
| HSV(B) | 96.16º | 0.39% | 0.74% | - |
| XYZ | 32.58 | 43.13 | 22.83 | - |
| YUV | 166.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 115 | 0.23 | 0 | 0.39 | 0.26 | 96.16 | 0.35 | 0.59 |
| Hex | 90 | BC | 73 | 17 | 0 | 27 | 1A | 60 | 23 | 3B |
| Octal | 220 | 274 | 163 | 27 | 0 | 47 | 32 | 140 | 43 | 73 |
| Binary | 10010000 | 10111100 | 1110011 | 10111 | 0 | 100111 | 11010 | 1100000 | 100011 | 111011 |
Color Harmonies of #90BC73
Complementary color
Monochromatic Colors of #90BC73
Black with #90BC73
Text Example
Text Example
White with #90BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC73; }
p { color: rgb(144,188,115); }
H1.HeaderClassName
{
color: #90BC73;
}
.AnyTagClassName
{
color: #90BC73;
}
</style>
background-color css
<style>
a { background-color: #90BC73; }
a { background-color: rgb(144,188,115); }
div.DivClassName
{
background-color: #90BC73;
}
.BgClassName
{
background-color: #90BC73;
}
</style>
border-color css
<style>
span { border-color: #90BC73; }
span { border-color: rgb(144,188,115); }
td.TdClassName
{
border-color: #90BC73;
}
.TagClassName
{
border-color: #90BC73;
}
</style>