Shades of Olivine #91BA74
Tints of Olivine #91BA74
RGB
CMYK
RGB Variations
Color information
#91BA74 (or 0x91BA74) is known color: Olivine. HEX triplet: 91, BA and 74. RGB value is (145,186,116). Sum of RGB (Red+Green+Blue) = 145+186+116=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA74 is #6E458B. Grayscale: #A6A6A6. Windows color (decimal): -7226764 or 7649937. OLE color: 7649937.
HSL color Cylindrical-coordinate representation of color #91BA74: hue angle of 95.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91BA74 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 116 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.27 |
| HSL | 95.14º | 0.34% | 0.59% | - |
| HSV(B) | 95.14º | 0.38% | 0.73% | - |
| XYZ | 32.39 | 42.4 | 23 | - |
| YUV | 165.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 116 | 0.22 | 0 | 0.38 | 0.27 | 95.14 | 0.34 | 0.59 |
| Hex | 91 | BA | 74 | 16 | 0 | 26 | 1B | 5F | 22 | 3B |
| Octal | 221 | 272 | 164 | 26 | 0 | 46 | 33 | 137 | 42 | 73 |
| Binary | 10010001 | 10111010 | 1110100 | 10110 | 0 | 100110 | 11011 | 1011111 | 100010 | 111011 |
Color Harmonies of #91BA74
Complementary color
Monochromatic Colors of #91BA74
Black with #91BA74
Text Example
Text Example
White with #91BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA74; }
p { color: rgb(145,186,116); }
H1.HeaderClassName
{
color: #91BA74;
}
.AnyTagClassName
{
color: #91BA74;
}
</style>
background-color css
<style>
a { background-color: #91BA74; }
a { background-color: rgb(145,186,116); }
div.DivClassName
{
background-color: #91BA74;
}
.BgClassName
{
background-color: #91BA74;
}
</style>
border-color css
<style>
span { border-color: #91BA74; }
span { border-color: rgb(145,186,116); }
td.TdClassName
{
border-color: #91BA74;
}
.TagClassName
{
border-color: #91BA74;
}
</style>