Shades of Olivine #91C165
Tints of Olivine #91C165
RGB
CMYK
RGB Variations
Color information
#91C165 (or 0x91C165) is known color: Olivine. HEX triplet: 91, C1 and 65. RGB value is (145,193,101). Sum of RGB (Red+Green+Blue) = 145+193+101=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #91C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C165 is #6E3E9A. Grayscale: #A8A8A8. Windows color (decimal): -7224987 or 6668689. OLE color: 6668689.
HSL color Cylindrical-coordinate representation of color #91C165: hue angle of 91.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91C165 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 101 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.24 |
| HSL | 91.3º | 0.43% | 0.58% | - |
| HSV(B) | 91.3º | 0.48% | 0.76% | - |
| XYZ | 33.1 | 45.1 | 19.27 | - |
| YUV | 168.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 101 | 0.25 | 0 | 0.48 | 0.24 | 91.3 | 0.43 | 0.58 |
| Hex | 91 | C1 | 65 | 19 | 0 | 30 | 18 | 5B | 2B | 3A |
| Octal | 221 | 301 | 145 | 31 | 0 | 60 | 30 | 133 | 53 | 72 |
| Binary | 10010001 | 11000001 | 1100101 | 11001 | 0 | 110000 | 11000 | 1011011 | 101011 | 111010 |
Color Harmonies of #91C165
Complementary color
Monochromatic Colors of #91C165
Black with #91C165
Text Example
Text Example
White with #91C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C165; }
p { color: rgb(145,193,101); }
H1.HeaderClassName
{
color: #91C165;
}
.AnyTagClassName
{
color: #91C165;
}
</style>
background-color css
<style>
a { background-color: #91C165; }
a { background-color: rgb(145,193,101); }
div.DivClassName
{
background-color: #91C165;
}
.BgClassName
{
background-color: #91C165;
}
</style>
border-color css
<style>
span { border-color: #91C165; }
span { border-color: rgb(145,193,101); }
td.TdClassName
{
border-color: #91C165;
}
.TagClassName
{
border-color: #91C165;
}
</style>