Shades of Olivine #91B76B
Tints of Olivine #91B76B
RGB
CMYK
RGB Variations
Color information
#91B76B (or 0x91B76B) is known color: Olivine. HEX triplet: 91, B7 and 6B. RGB value is (145,183,107). Sum of RGB (Red+Green+Blue) = 145+183+107=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #91B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B76B is #6E4894. Grayscale: #A3A3A3. Windows color (decimal): -7227541 or 7059345. OLE color: 7059345.
HSL color Cylindrical-coordinate representation of color #91B76B: hue angle of 90º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91B76B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 107 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.28 |
| HSL | 90º | 0.35% | 0.57% | - |
| HSV(B) | 90º | 0.42% | 0.72% | - |
| XYZ | 31.26 | 40.95 | 20.17 | - |
| YUV | 162.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 107 | 0.21 | 0 | 0.42 | 0.28 | 90 | 0.35 | 0.57 |
| Hex | 91 | B7 | 6B | 15 | 0 | 2A | 1C | 5A | 23 | 39 |
| Octal | 221 | 267 | 153 | 25 | 0 | 52 | 34 | 132 | 43 | 71 |
| Binary | 10010001 | 10110111 | 1101011 | 10101 | 0 | 101010 | 11100 | 1011010 | 100011 | 111001 |
Color Harmonies of #91B76B
Complementary color
Monochromatic Colors of #91B76B
Black with #91B76B
Text Example
Text Example
White with #91B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B76B; }
p { color: rgb(145,183,107); }
H1.HeaderClassName
{
color: #91B76B;
}
.AnyTagClassName
{
color: #91B76B;
}
</style>
background-color css
<style>
a { background-color: #91B76B; }
a { background-color: rgb(145,183,107); }
div.DivClassName
{
background-color: #91B76B;
}
.BgClassName
{
background-color: #91B76B;
}
</style>
border-color css
<style>
span { border-color: #91B76B; }
span { border-color: rgb(145,183,107); }
td.TdClassName
{
border-color: #91B76B;
}
.TagClassName
{
border-color: #91B76B;
}
</style>