Shades of Olivine #91C161
Tints of Olivine #91C161
RGB
CMYK
RGB Variations
Color information
#91C161 (or 0x91C161) is known color: Olivine. HEX triplet: 91, C1 and 61. RGB value is (145,193,97). Sum of RGB (Red+Green+Blue) = 145+193+97=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #91C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C161 is #6E3E9E. Grayscale: #A8A8A8. Windows color (decimal): -7224991 or 6406545. OLE color: 6406545.
HSL color Cylindrical-coordinate representation of color #91C161: hue angle of 90º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91C161 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 97 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.24 |
| HSL | 90º | 0.44% | 0.57% | - |
| HSV(B) | 90º | 0.5% | 0.76% | - |
| XYZ | 32.9 | 45.02 | 18.27 | - |
| YUV | 167.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 97 | 0.25 | 0 | 0.50 | 0.24 | 90 | 0.44 | 0.57 |
| Hex | 91 | C1 | 61 | 19 | 0 | 32 | 18 | 5A | 2C | 39 |
| Octal | 221 | 301 | 141 | 31 | 0 | 62 | 30 | 132 | 54 | 71 |
| Binary | 10010001 | 11000001 | 1100001 | 11001 | 0 | 110010 | 11000 | 1011010 | 101100 | 111001 |
Color Harmonies of #91C161
Complementary color
Monochromatic Colors of #91C161
Black with #91C161
Text Example
Text Example
White with #91C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C161; }
p { color: rgb(145,193,97); }
H1.HeaderClassName
{
color: #91C161;
}
.AnyTagClassName
{
color: #91C161;
}
</style>
background-color css
<style>
a { background-color: #91C161; }
a { background-color: rgb(145,193,97); }
div.DivClassName
{
background-color: #91C161;
}
.BgClassName
{
background-color: #91C161;
}
</style>
border-color css
<style>
span { border-color: #91C161; }
span { border-color: rgb(145,193,97); }
td.TdClassName
{
border-color: #91C161;
}
.TagClassName
{
border-color: #91C161;
}
</style>