Shades of Olivine #91BE6A
Tints of Olivine #91BE6A
RGB
CMYK
RGB Variations
Color information
#91BE6A (or 0x91BE6A) is known color: Olivine. HEX triplet: 91, BE and 6A. RGB value is (145,190,106). Sum of RGB (Red+Green+Blue) = 145+190+106=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BE6A is #6E4195. Grayscale: #A7A7A7. Windows color (decimal): -7225750 or 6995601. OLE color: 6995601.
HSL color Cylindrical-coordinate representation of color #91BE6A: hue angle of 92.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91BE6A is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 106 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.25 |
| HSL | 92.14º | 0.39% | 0.58% | - |
| HSV(B) | 92.14º | 0.44% | 0.75% | - |
| XYZ | 32.69 | 43.89 | 20.38 | - |
| YUV | 166.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 106 | 0.24 | 0 | 0.44 | 0.25 | 92.14 | 0.39 | 0.58 |
| Hex | 91 | BE | 6A | 18 | 0 | 2C | 19 | 5C | 27 | 3A |
| Octal | 221 | 276 | 152 | 30 | 0 | 54 | 31 | 134 | 47 | 72 |
| Binary | 10010001 | 10111110 | 1101010 | 11000 | 0 | 101100 | 11001 | 1011100 | 100111 | 111010 |
Color Harmonies of #91BE6A
Complementary color
Monochromatic Colors of #91BE6A
Black with #91BE6A
Text Example
Text Example
White with #91BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE6A; }
p { color: rgb(145,190,106); }
H1.HeaderClassName
{
color: #91BE6A;
}
.AnyTagClassName
{
color: #91BE6A;
}
</style>
background-color css
<style>
a { background-color: #91BE6A; }
a { background-color: rgb(145,190,106); }
div.DivClassName
{
background-color: #91BE6A;
}
.BgClassName
{
background-color: #91BE6A;
}
</style>
border-color css
<style>
span { border-color: #91BE6A; }
span { border-color: rgb(145,190,106); }
td.TdClassName
{
border-color: #91BE6A;
}
.TagClassName
{
border-color: #91BE6A;
}
</style>