Shades of Olivine #91BA76
Tints of Olivine #91BA76
RGB
CMYK
RGB Variations
Color information
#91BA76 (or 0x91BA76) is known color: Olivine. HEX triplet: 91, BA and 76. RGB value is (145,186,118). Sum of RGB (Red+Green+Blue) = 145+186+118=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA76 is #6E4589. Grayscale: #A6A6A6. Windows color (decimal): -7226762 or 7781009. OLE color: 7781009.
HSL color Cylindrical-coordinate representation of color #91BA76: hue angle of 96.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91BA76 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 118 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.27 |
| HSL | 96.18º | 0.33% | 0.6% | - |
| HSV(B) | 96.18º | 0.37% | 0.73% | - |
| XYZ | 32.51 | 42.45 | 23.62 | - |
| YUV | 165.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 118 | 0.22 | 0 | 0.37 | 0.27 | 96.18 | 0.33 | 0.6 |
| Hex | 91 | BA | 76 | 16 | 0 | 25 | 1B | 60 | 21 | 3C |
| Octal | 221 | 272 | 166 | 26 | 0 | 45 | 33 | 140 | 41 | 74 |
| Binary | 10010001 | 10111010 | 1110110 | 10110 | 0 | 100101 | 11011 | 1100000 | 100001 | 111100 |
Color Harmonies of #91BA76
Complementary color
Monochromatic Colors of #91BA76
Black with #91BA76
Text Example
Text Example
White with #91BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA76; }
p { color: rgb(145,186,118); }
H1.HeaderClassName
{
color: #91BA76;
}
.AnyTagClassName
{
color: #91BA76;
}
</style>
background-color css
<style>
a { background-color: #91BA76; }
a { background-color: rgb(145,186,118); }
div.DivClassName
{
background-color: #91BA76;
}
.BgClassName
{
background-color: #91BA76;
}
</style>
border-color css
<style>
span { border-color: #91BA76; }
span { border-color: rgb(145,186,118); }
td.TdClassName
{
border-color: #91BA76;
}
.TagClassName
{
border-color: #91BA76;
}
</style>