Shades of Olivine #91BC65
Tints of Olivine #91BC65
RGB
CMYK
RGB Variations
Color information
#91BC65 (or 0x91BC65) is known color: Olivine. HEX triplet: 91, BC and 65. RGB value is (145,188,101). Sum of RGB (Red+Green+Blue) = 145+188+101=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC65 is #6E439A. Grayscale: #A5A5A5. Windows color (decimal): -7226267 or 6667409. OLE color: 6667409.
HSL color Cylindrical-coordinate representation of color #91BC65: hue angle of 89.66º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91BC65 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 101 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.26 |
| HSL | 89.66º | 0.39% | 0.57% | - |
| HSV(B) | 89.66º | 0.46% | 0.74% | - |
| XYZ | 32.01 | 42.93 | 18.91 | - |
| YUV | 165.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 101 | 0.23 | 0 | 0.46 | 0.26 | 89.66 | 0.39 | 0.57 |
| Hex | 91 | BC | 65 | 17 | 0 | 2E | 1A | 5A | 27 | 39 |
| Octal | 221 | 274 | 145 | 27 | 0 | 56 | 32 | 132 | 47 | 71 |
| Binary | 10010001 | 10111100 | 1100101 | 10111 | 0 | 101110 | 11010 | 1011010 | 100111 | 111001 |
Color Harmonies of #91BC65
Complementary color
Monochromatic Colors of #91BC65
Black with #91BC65
Text Example
Text Example
White with #91BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC65; }
p { color: rgb(145,188,101); }
H1.HeaderClassName
{
color: #91BC65;
}
.AnyTagClassName
{
color: #91BC65;
}
</style>
background-color css
<style>
a { background-color: #91BC65; }
a { background-color: rgb(145,188,101); }
div.DivClassName
{
background-color: #91BC65;
}
.BgClassName
{
background-color: #91BC65;
}
</style>
border-color css
<style>
span { border-color: #91BC65; }
span { border-color: rgb(145,188,101); }
td.TdClassName
{
border-color: #91BC65;
}
.TagClassName
{
border-color: #91BC65;
}
</style>