Shades of Olivine #91BB76
Tints of Olivine #91BB76
RGB
CMYK
RGB Variations
Color information
#91BB76 (or 0x91BB76) is known color: Olivine. HEX triplet: 91, BB and 76. RGB value is (145,187,118). Sum of RGB (Red+Green+Blue) = 145+187+118=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #91BB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BB76 is #6E4489. Grayscale: #A6A6A6. Windows color (decimal): -7226506 or 7781265. OLE color: 7781265.
HSL color Cylindrical-coordinate representation of color #91BB76: hue angle of 96.52º degrees, saturation: 0.34, 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 #91BB76 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 187 | 118 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.27 |
| HSL | 96.52º | 0.34% | 0.6% | - |
| HSV(B) | 96.52º | 0.37% | 0.73% | - |
| XYZ | 32.72 | 42.87 | 23.69 | - |
| YUV | 166.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 187 | 118 | 0.22 | 0 | 0.37 | 0.27 | 96.52 | 0.34 | 0.6 |
| Hex | 91 | BB | 76 | 16 | 0 | 25 | 1B | 61 | 22 | 3C |
| Octal | 221 | 273 | 166 | 26 | 0 | 45 | 33 | 141 | 42 | 74 |
| Binary | 10010001 | 10111011 | 1110110 | 10110 | 0 | 100101 | 11011 | 1100001 | 100010 | 111100 |
Color Harmonies of #91BB76
Complementary color
Monochromatic Colors of #91BB76
Black with #91BB76
Text Example
Text Example
White with #91BB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BB76; }
p { color: rgb(145,187,118); }
H1.HeaderClassName
{
color: #91BB76;
}
.AnyTagClassName
{
color: #91BB76;
}
</style>
background-color css
<style>
a { background-color: #91BB76; }
a { background-color: rgb(145,187,118); }
div.DivClassName
{
background-color: #91BB76;
}
.BgClassName
{
background-color: #91BB76;
}
</style>
border-color css
<style>
span { border-color: #91BB76; }
span { border-color: rgb(145,187,118); }
td.TdClassName
{
border-color: #91BB76;
}
.TagClassName
{
border-color: #91BB76;
}
</style>