Shades of Olivine #91B471
Tints of Olivine #91B471
RGB
CMYK
RGB Variations
Color information
#91B471 (or 0x91B471) is known color: Olivine. HEX triplet: 91, B4 and 71. RGB value is (145,180,113). Sum of RGB (Red+Green+Blue) = 145+180+113=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #91B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B471 is #6E4B8E. Grayscale: #A2A2A2. Windows color (decimal): -7228303 or 7451793. OLE color: 7451793.
HSL color Cylindrical-coordinate representation of color #91B471: hue angle of 91.34º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91B471 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 113 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.29 |
| HSL | 91.34º | 0.31% | 0.57% | - |
| HSV(B) | 91.34º | 0.37% | 0.71% | - |
| XYZ | 30.98 | 39.85 | 21.68 | - |
| YUV | 161.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 113 | 0.19 | 0 | 0.37 | 0.29 | 91.34 | 0.31 | 0.57 |
| Hex | 91 | B4 | 71 | 13 | 0 | 25 | 1D | 5B | 1F | 39 |
| Octal | 221 | 264 | 161 | 23 | 0 | 45 | 35 | 133 | 37 | 71 |
| Binary | 10010001 | 10110100 | 1110001 | 10011 | 0 | 100101 | 11101 | 1011011 | 11111 | 111001 |
Color Harmonies of #91B471
Complementary color
Monochromatic Colors of #91B471
Black with #91B471
Text Example
Text Example
White with #91B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B471; }
p { color: rgb(145,180,113); }
H1.HeaderClassName
{
color: #91B471;
}
.AnyTagClassName
{
color: #91B471;
}
</style>
background-color css
<style>
a { background-color: #91B471; }
a { background-color: rgb(145,180,113); }
div.DivClassName
{
background-color: #91B471;
}
.BgClassName
{
background-color: #91B471;
}
</style>
border-color css
<style>
span { border-color: #91B471; }
span { border-color: rgb(145,180,113); }
td.TdClassName
{
border-color: #91B471;
}
.TagClassName
{
border-color: #91B471;
}
</style>