Shades of Olivine #90B46F
Tints of Olivine #90B46F
RGB
CMYK
RGB Variations
Color information
#90B46F (or 0x90B46F) is known color: Olivine. HEX triplet: 90, B4 and 6F. RGB value is (144,180,111). Sum of RGB (Red+Green+Blue) = 144+180+111=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #90B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B46F is #6F4B90. Grayscale: #A1A1A1. Windows color (decimal): -7293841 or 7320720. OLE color: 7320720.
HSL color Cylindrical-coordinate representation of color #90B46F: hue angle of 91.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B46F is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 111 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.29 |
| HSL | 91.3º | 0.32% | 0.57% | - |
| HSV(B) | 91.3º | 0.38% | 0.71% | - |
| XYZ | 30.69 | 39.72 | 21.09 | - |
| YUV | 161.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 111 | 0.2 | 0 | 0.38 | 0.29 | 91.3 | 0.32 | 0.57 |
| Hex | 90 | B4 | 6F | 14 | 0 | 26 | 1D | 5B | 20 | 39 |
| Octal | 220 | 264 | 157 | 24 | 0 | 46 | 35 | 133 | 40 | 71 |
| Binary | 10010000 | 10110100 | 1101111 | 10100 | 0 | 100110 | 11101 | 1011011 | 100000 | 111001 |
Color Harmonies of #90B46F
Complementary color
Monochromatic Colors of #90B46F
Black with #90B46F
Text Example
Text Example
White with #90B46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B46F; }
p { color: rgb(144,180,111); }
H1.HeaderClassName
{
color: #90B46F;
}
.AnyTagClassName
{
color: #90B46F;
}
</style>
background-color css
<style>
a { background-color: #90B46F; }
a { background-color: rgb(144,180,111); }
div.DivClassName
{
background-color: #90B46F;
}
.BgClassName
{
background-color: #90B46F;
}
</style>
border-color css
<style>
span { border-color: #90B46F; }
span { border-color: rgb(144,180,111); }
td.TdClassName
{
border-color: #90B46F;
}
.TagClassName
{
border-color: #90B46F;
}
</style>