Shades of Olivine #90B56D
Tints of Olivine #90B56D
RGB
CMYK
RGB Variations
Color information
#90B56D (or 0x90B56D) is known color: Olivine. HEX triplet: 90, B5 and 6D. RGB value is (144,181,109). Sum of RGB (Red+Green+Blue) = 144+181+109=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #90B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B56D is #6F4A92. Grayscale: #A1A1A1. Windows color (decimal): -7293587 or 7189904. OLE color: 7189904.
HSL color Cylindrical-coordinate representation of color #90B56D: hue angle of 90.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B56D is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 109 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.29 |
| HSL | 90.83º | 0.33% | 0.57% | - |
| HSV(B) | 90.83º | 0.4% | 0.71% | - |
| XYZ | 30.79 | 40.08 | 20.58 | - |
| YUV | 161.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 109 | 0.20 | 0 | 0.40 | 0.29 | 90.83 | 0.33 | 0.57 |
| Hex | 90 | B5 | 6D | 14 | 0 | 28 | 1D | 5B | 21 | 39 |
| Octal | 220 | 265 | 155 | 24 | 0 | 50 | 35 | 133 | 41 | 71 |
| Binary | 10010000 | 10110101 | 1101101 | 10100 | 0 | 101000 | 11101 | 1011011 | 100001 | 111001 |
Color Harmonies of #90B56D
Complementary color
Monochromatic Colors of #90B56D
Black with #90B56D
Text Example
Text Example
White with #90B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B56D; }
p { color: rgb(144,181,109); }
H1.HeaderClassName
{
color: #90B56D;
}
.AnyTagClassName
{
color: #90B56D;
}
</style>
background-color css
<style>
a { background-color: #90B56D; }
a { background-color: rgb(144,181,109); }
div.DivClassName
{
background-color: #90B56D;
}
.BgClassName
{
background-color: #90B56D;
}
</style>
border-color css
<style>
span { border-color: #90B56D; }
span { border-color: rgb(144,181,109); }
td.TdClassName
{
border-color: #90B56D;
}
.TagClassName
{
border-color: #90B56D;
}
</style>