Shades of Olivine #90BC7D
Tints of Olivine #90BC7D
RGB
CMYK
RGB Variations
Color information
#90BC7D (or 0x90BC7D) is known color: Olivine. HEX triplet: 90, BC and 7D. RGB value is (144,188,125). Sum of RGB (Red+Green+Blue) = 144+188+125=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC7D is #6F4382. Grayscale: #A7A7A7. Windows color (decimal): -7291779 or 8240272. OLE color: 8240272.
HSL color Cylindrical-coordinate representation of color #90BC7D: hue angle of 101.9º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BC7D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 125 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.26 |
| HSL | 101.9º | 0.32% | 0.61% | - |
| HSV(B) | 101.9º | 0.34% | 0.74% | - |
| XYZ | 33.19 | 43.38 | 26.03 | - |
| YUV | 167.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 125 | 0.23 | 0 | 0.34 | 0.26 | 101.9 | 0.32 | 0.61 |
| Hex | 90 | BC | 7D | 17 | 0 | 22 | 1A | 66 | 20 | 3D |
| Octal | 220 | 274 | 175 | 27 | 0 | 42 | 32 | 146 | 40 | 75 |
| Binary | 10010000 | 10111100 | 1111101 | 10111 | 0 | 100010 | 11010 | 1100110 | 100000 | 111101 |
Color Harmonies of #90BC7D
Complementary color
Monochromatic Colors of #90BC7D
Black with #90BC7D
Text Example
Text Example
White with #90BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC7D; }
p { color: rgb(144,188,125); }
H1.HeaderClassName
{
color: #90BC7D;
}
.AnyTagClassName
{
color: #90BC7D;
}
</style>
background-color css
<style>
a { background-color: #90BC7D; }
a { background-color: rgb(144,188,125); }
div.DivClassName
{
background-color: #90BC7D;
}
.BgClassName
{
background-color: #90BC7D;
}
</style>
border-color css
<style>
span { border-color: #90BC7D; }
span { border-color: rgb(144,188,125); }
td.TdClassName
{
border-color: #90BC7D;
}
.TagClassName
{
border-color: #90BC7D;
}
</style>