Shades of Olivine #91BE7D
Tints of Olivine #91BE7D
RGB
CMYK
RGB Variations
Color information
#91BE7D (or 0x91BE7D) is known color: Olivine. HEX triplet: 91, BE and 7D. RGB value is (145,190,125). Sum of RGB (Red+Green+Blue) = 145+190+125=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BE7D is #6E4182. Grayscale: #A9A9A9. Windows color (decimal): -7225731 or 8240785. OLE color: 8240785.
HSL color Cylindrical-coordinate representation of color #91BE7D: hue angle of 101.54º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BE7D is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 125 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.25 |
| HSL | 101.54º | 0.33% | 0.62% | - |
| HSV(B) | 101.54º | 0.34% | 0.75% | - |
| XYZ | 33.79 | 44.33 | 26.18 | - |
| YUV | 169.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 125 | 0.24 | 0 | 0.34 | 0.25 | 101.54 | 0.33 | 0.62 |
| Hex | 91 | BE | 7D | 18 | 0 | 22 | 19 | 66 | 21 | 3E |
| Octal | 221 | 276 | 175 | 30 | 0 | 42 | 31 | 146 | 41 | 76 |
| Binary | 10010001 | 10111110 | 1111101 | 11000 | 0 | 100010 | 11001 | 1100110 | 100001 | 111110 |
Color Harmonies of #91BE7D
Complementary color
Monochromatic Colors of #91BE7D
Black with #91BE7D
Text Example
Text Example
White with #91BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE7D; }
p { color: rgb(145,190,125); }
H1.HeaderClassName
{
color: #91BE7D;
}
.AnyTagClassName
{
color: #91BE7D;
}
</style>
background-color css
<style>
a { background-color: #91BE7D; }
a { background-color: rgb(145,190,125); }
div.DivClassName
{
background-color: #91BE7D;
}
.BgClassName
{
background-color: #91BE7D;
}
</style>
border-color css
<style>
span { border-color: #91BE7D; }
span { border-color: rgb(145,190,125); }
td.TdClassName
{
border-color: #91BE7D;
}
.TagClassName
{
border-color: #91BE7D;
}
</style>