Shades of Olivine #91B765
Tints of Olivine #91B765
RGB
CMYK
RGB Variations
Color information
#91B765 (or 0x91B765) is known color: Olivine. HEX triplet: 91, B7 and 65. RGB value is (145,183,101). Sum of RGB (Red+Green+Blue) = 145+183+101=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #91B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B765 is #6E489A. Grayscale: #A2A2A2. Windows color (decimal): -7227547 or 6666129. OLE color: 6666129.
HSL color Cylindrical-coordinate representation of color #91B765: hue angle of 87.8º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91B765 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 101 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.28 |
| HSL | 87.8º | 0.36% | 0.56% | - |
| HSV(B) | 87.8º | 0.45% | 0.72% | - |
| XYZ | 30.96 | 40.83 | 18.56 | - |
| YUV | 162.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 101 | 0.21 | 0 | 0.45 | 0.28 | 87.8 | 0.36 | 0.56 |
| Hex | 91 | B7 | 65 | 15 | 0 | 2D | 1C | 58 | 24 | 38 |
| Octal | 221 | 267 | 145 | 25 | 0 | 55 | 34 | 130 | 44 | 70 |
| Binary | 10010001 | 10110111 | 1100101 | 10101 | 0 | 101101 | 11100 | 1011000 | 100100 | 111000 |
Color Harmonies of #91B765
Complementary color
Monochromatic Colors of #91B765
Black with #91B765
Text Example
Text Example
White with #91B765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B765; }
p { color: rgb(145,183,101); }
H1.HeaderClassName
{
color: #91B765;
}
.AnyTagClassName
{
color: #91B765;
}
</style>
background-color css
<style>
a { background-color: #91B765; }
a { background-color: rgb(145,183,101); }
div.DivClassName
{
background-color: #91B765;
}
.BgClassName
{
background-color: #91B765;
}
</style>
border-color css
<style>
span { border-color: #91B765; }
span { border-color: rgb(145,183,101); }
td.TdClassName
{
border-color: #91B765;
}
.TagClassName
{
border-color: #91B765;
}
</style>