Shades of Olivine #91BE7A
Tints of Olivine #91BE7A
RGB
CMYK
RGB Variations
Color information
#91BE7A (or 0x91BE7A) is known color: Olivine. HEX triplet: 91, BE and 7A. RGB value is (145,190,122). Sum of RGB (Red+Green+Blue) = 145+190+122=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BE7A is #6E4185. Grayscale: #A9A9A9. Windows color (decimal): -7225734 or 8044177. OLE color: 8044177.
HSL color Cylindrical-coordinate representation of color #91BE7A: hue angle of 99.71º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91BE7A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 122 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.25 |
| HSL | 99.71º | 0.34% | 0.61% | - |
| HSV(B) | 99.71º | 0.36% | 0.75% | - |
| XYZ | 33.6 | 44.25 | 25.18 | - |
| YUV | 168.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 122 | 0.24 | 0 | 0.36 | 0.25 | 99.71 | 0.34 | 0.61 |
| Hex | 91 | BE | 7A | 18 | 0 | 24 | 19 | 64 | 22 | 3D |
| Octal | 221 | 276 | 172 | 30 | 0 | 44 | 31 | 144 | 42 | 75 |
| Binary | 10010001 | 10111110 | 1111010 | 11000 | 0 | 100100 | 11001 | 1100100 | 100010 | 111101 |
Color Harmonies of #91BE7A
Complementary color
Monochromatic Colors of #91BE7A
Black with #91BE7A
Text Example
Text Example
White with #91BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE7A; }
p { color: rgb(145,190,122); }
H1.HeaderClassName
{
color: #91BE7A;
}
.AnyTagClassName
{
color: #91BE7A;
}
</style>
background-color css
<style>
a { background-color: #91BE7A; }
a { background-color: rgb(145,190,122); }
div.DivClassName
{
background-color: #91BE7A;
}
.BgClassName
{
background-color: #91BE7A;
}
</style>
border-color css
<style>
span { border-color: #91BE7A; }
span { border-color: rgb(145,190,122); }
td.TdClassName
{
border-color: #91BE7A;
}
.TagClassName
{
border-color: #91BE7A;
}
</style>