Shades of Olivine #91C175
Tints of Olivine #91C175
RGB
CMYK
RGB Variations
Color information
#91C175 (or 0x91C175) is known color: Olivine. HEX triplet: 91, C1 and 75. RGB value is (145,193,117). Sum of RGB (Red+Green+Blue) = 145+193+117=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #91C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C175 is #6E3E8A. Grayscale: #AAAAAA. Windows color (decimal): -7224971 or 7717265. OLE color: 7717265.
HSL color Cylindrical-coordinate representation of color #91C175: hue angle of 97.89º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91C175 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 117 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.24 |
| HSL | 97.89º | 0.38% | 0.61% | - |
| HSV(B) | 97.89º | 0.39% | 0.76% | - |
| XYZ | 33.96 | 45.44 | 23.81 | - |
| YUV | 169.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 117 | 0.25 | 0 | 0.39 | 0.24 | 97.89 | 0.38 | 0.61 |
| Hex | 91 | C1 | 75 | 19 | 0 | 27 | 18 | 62 | 26 | 3D |
| Octal | 221 | 301 | 165 | 31 | 0 | 47 | 30 | 142 | 46 | 75 |
| Binary | 10010001 | 11000001 | 1110101 | 11001 | 0 | 100111 | 11000 | 1100010 | 100110 | 111101 |
Color Harmonies of #91C175
Complementary color
Monochromatic Colors of #91C175
Black with #91C175
Text Example
Text Example
White with #91C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C175; }
p { color: rgb(145,193,117); }
H1.HeaderClassName
{
color: #91C175;
}
.AnyTagClassName
{
color: #91C175;
}
</style>
background-color css
<style>
a { background-color: #91C175; }
a { background-color: rgb(145,193,117); }
div.DivClassName
{
background-color: #91C175;
}
.BgClassName
{
background-color: #91C175;
}
</style>
border-color css
<style>
span { border-color: #91C175; }
span { border-color: rgb(145,193,117); }
td.TdClassName
{
border-color: #91C175;
}
.TagClassName
{
border-color: #91C175;
}
</style>