Shades of Olivine #90BC7C
Tints of Olivine #90BC7C
RGB
CMYK
RGB Variations
Color information
#90BC7C (or 0x90BC7C) is known color: Olivine. HEX triplet: 90, BC and 7C. RGB value is (144,188,124). Sum of RGB (Red+Green+Blue) = 144+188+124=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC7C is #6F4383. Grayscale: #A7A7A7. Windows color (decimal): -7291780 or 8174736. OLE color: 8174736.
HSL color Cylindrical-coordinate representation of color #90BC7C: hue angle of 101.25º 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 #90BC7C is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 124 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.26 |
| HSL | 101.25º | 0.32% | 0.61% | - |
| HSV(B) | 101.25º | 0.34% | 0.74% | - |
| XYZ | 33.12 | 43.35 | 25.69 | - |
| YUV | 167.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 124 | 0.23 | 0 | 0.34 | 0.26 | 101.25 | 0.32 | 0.61 |
| Hex | 90 | BC | 7C | 17 | 0 | 22 | 1A | 65 | 20 | 3D |
| Octal | 220 | 274 | 174 | 27 | 0 | 42 | 32 | 145 | 40 | 75 |
| Binary | 10010000 | 10111100 | 1111100 | 10111 | 0 | 100010 | 11010 | 1100101 | 100000 | 111101 |
Color Harmonies of #90BC7C
Complementary color
Monochromatic Colors of #90BC7C
Black with #90BC7C
Text Example
Text Example
White with #90BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC7C; }
p { color: rgb(144,188,124); }
H1.HeaderClassName
{
color: #90BC7C;
}
.AnyTagClassName
{
color: #90BC7C;
}
</style>
background-color css
<style>
a { background-color: #90BC7C; }
a { background-color: rgb(144,188,124); }
div.DivClassName
{
background-color: #90BC7C;
}
.BgClassName
{
background-color: #90BC7C;
}
</style>
border-color css
<style>
span { border-color: #90BC7C; }
span { border-color: rgb(144,188,124); }
td.TdClassName
{
border-color: #90BC7C;
}
.TagClassName
{
border-color: #90BC7C;
}
</style>