Shades of Olivine #91C569
Tints of Olivine #91C569
RGB
CMYK
RGB Variations
Color information
#91C569 (or 0x91C569) is known color: Olivine. HEX triplet: 91, C5 and 69. RGB value is (145,197,105). Sum of RGB (Red+Green+Blue) = 145+197+105=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #91C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C569 is #6E3A96. Grayscale: #ABABAB. Windows color (decimal): -7223959 or 6931857. OLE color: 6931857.
HSL color Cylindrical-coordinate representation of color #91C569: hue angle of 93.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91C569 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 197 | 105 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.23 |
| HSL | 93.91º | 0.44% | 0.59% | - |
| HSV(B) | 93.91º | 0.47% | 0.77% | - |
| XYZ | 34.19 | 46.97 | 20.63 | - |
| YUV | 170.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 197 | 105 | 0.26 | 0 | 0.47 | 0.23 | 93.91 | 0.44 | 0.59 |
| Hex | 91 | C5 | 69 | 1A | 0 | 2F | 17 | 5E | 2C | 3B |
| Octal | 221 | 305 | 151 | 32 | 0 | 57 | 27 | 136 | 54 | 73 |
| Binary | 10010001 | 11000101 | 1101001 | 11010 | 0 | 101111 | 10111 | 1011110 | 101100 | 111011 |
Color Harmonies of #91C569
Complementary color
Monochromatic Colors of #91C569
Black with #91C569
Text Example
Text Example
White with #91C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C569; }
p { color: rgb(145,197,105); }
H1.HeaderClassName
{
color: #91C569;
}
.AnyTagClassName
{
color: #91C569;
}
</style>
background-color css
<style>
a { background-color: #91C569; }
a { background-color: rgb(145,197,105); }
div.DivClassName
{
background-color: #91C569;
}
.BgClassName
{
background-color: #91C569;
}
</style>
border-color css
<style>
span { border-color: #91C569; }
span { border-color: rgb(145,197,105); }
td.TdClassName
{
border-color: #91C569;
}
.TagClassName
{
border-color: #91C569;
}
</style>