Shades of Olivine #90B47D
Tints of Olivine #90B47D
RGB
CMYK
RGB Variations
Color information
#90B47D (or 0x90B47D) is known color: Olivine. HEX triplet: 90, B4 and 7D. RGB value is (144,180,125). Sum of RGB (Red+Green+Blue) = 144+180+125=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #90B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B47D is #6F4B82. Grayscale: #A3A3A3. Windows color (decimal): -7293827 or 8238224. OLE color: 8238224.
HSL color Cylindrical-coordinate representation of color #90B47D: hue angle of 99.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90B47D is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 125 | - |
| CMYK | 0.2 | 0 | 0.31 | 0.29 |
| HSL | 99.27º | 0.27% | 0.6% | - |
| HSV(B) | 99.27º | 0.31% | 0.71% | - |
| XYZ | 31.52 | 40.05 | 25.47 | - |
| YUV | 162.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 125 | 0.2 | 0 | 0.31 | 0.29 | 99.27 | 0.27 | 0.6 |
| Hex | 90 | B4 | 7D | 14 | 0 | 1F | 1D | 63 | 1B | 3C |
| Octal | 220 | 264 | 175 | 24 | 0 | 37 | 35 | 143 | 33 | 74 |
| Binary | 10010000 | 10110100 | 1111101 | 10100 | 0 | 11111 | 11101 | 1100011 | 11011 | 111100 |
Color Harmonies of #90B47D
Complementary color
Monochromatic Colors of #90B47D
Black with #90B47D
Text Example
Text Example
White with #90B47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B47D; }
p { color: rgb(144,180,125); }
H1.HeaderClassName
{
color: #90B47D;
}
.AnyTagClassName
{
color: #90B47D;
}
</style>
background-color css
<style>
a { background-color: #90B47D; }
a { background-color: rgb(144,180,125); }
div.DivClassName
{
background-color: #90B47D;
}
.BgClassName
{
background-color: #90B47D;
}
</style>
border-color css
<style>
span { border-color: #90B47D; }
span { border-color: rgb(144,180,125); }
td.TdClassName
{
border-color: #90B47D;
}
.TagClassName
{
border-color: #90B47D;
}
</style>