Shades of Olivine #91B569
Tints of Olivine #91B569
RGB
CMYK
RGB Variations
Color information
#91B569 (or 0x91B569) is known color: Olivine. HEX triplet: 91, B5 and 69. RGB value is (145,181,105). Sum of RGB (Red+Green+Blue) = 145+181+105=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #91B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B569 is #6E4A96. Grayscale: #A1A1A1. Windows color (decimal): -7228055 or 6927761. OLE color: 6927761.
HSL color Cylindrical-coordinate representation of color #91B569: hue angle of 88.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91B569 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 105 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.29 |
| HSL | 88.42º | 0.34% | 0.56% | - |
| HSV(B) | 88.42º | 0.42% | 0.71% | - |
| XYZ | 30.75 | 40.09 | 19.48 | - |
| YUV | 161.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 105 | 0.20 | 0 | 0.42 | 0.29 | 88.42 | 0.34 | 0.56 |
| Hex | 91 | B5 | 69 | 14 | 0 | 2A | 1D | 58 | 22 | 38 |
| Octal | 221 | 265 | 151 | 24 | 0 | 52 | 35 | 130 | 42 | 70 |
| Binary | 10010001 | 10110101 | 1101001 | 10100 | 0 | 101010 | 11101 | 1011000 | 100010 | 111000 |
Color Harmonies of #91B569
Complementary color
Monochromatic Colors of #91B569
Black with #91B569
Text Example
Text Example
White with #91B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B569; }
p { color: rgb(145,181,105); }
H1.HeaderClassName
{
color: #91B569;
}
.AnyTagClassName
{
color: #91B569;
}
</style>
background-color css
<style>
a { background-color: #91B569; }
a { background-color: rgb(145,181,105); }
div.DivClassName
{
background-color: #91B569;
}
.BgClassName
{
background-color: #91B569;
}
</style>
border-color css
<style>
span { border-color: #91B569; }
span { border-color: rgb(145,181,105); }
td.TdClassName
{
border-color: #91B569;
}
.TagClassName
{
border-color: #91B569;
}
</style>