Shades of Olivine #91B06F
Tints of Olivine #91B06F
RGB
CMYK
RGB Variations
Color information
#91B06F (or 0x91B06F) is known color: Olivine. HEX triplet: 91, B0 and 6F. RGB value is (145,176,111). Sum of RGB (Red+Green+Blue) = 145+176+111=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #91B06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B06F is #6E4F90. Grayscale: #9F9F9F. Windows color (decimal): -7229329 or 7319697. OLE color: 7319697.
HSL color Cylindrical-coordinate representation of color #91B06F: hue angle of 88.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91B06F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 111 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.31 |
| HSL | 88.62º | 0.29% | 0.56% | - |
| HSV(B) | 88.62º | 0.37% | 0.69% | - |
| XYZ | 30.07 | 38.22 | 20.83 | - |
| YUV | 159.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 111 | 0.18 | 0 | 0.37 | 0.31 | 88.62 | 0.29 | 0.56 |
| Hex | 91 | B0 | 6F | 12 | 0 | 25 | 1F | 59 | 1D | 38 |
| Octal | 221 | 260 | 157 | 22 | 0 | 45 | 37 | 131 | 35 | 70 |
| Binary | 10010001 | 10110000 | 1101111 | 10010 | 0 | 100101 | 11111 | 1011001 | 11101 | 111000 |
Color Harmonies of #91B06F
Complementary color
Monochromatic Colors of #91B06F
Black with #91B06F
Text Example
Text Example
White with #91B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B06F; }
p { color: rgb(145,176,111); }
H1.HeaderClassName
{
color: #91B06F;
}
.AnyTagClassName
{
color: #91B06F;
}
</style>
background-color css
<style>
a { background-color: #91B06F; }
a { background-color: rgb(145,176,111); }
div.DivClassName
{
background-color: #91B06F;
}
.BgClassName
{
background-color: #91B06F;
}
</style>
border-color css
<style>
span { border-color: #91B06F; }
span { border-color: rgb(145,176,111); }
td.TdClassName
{
border-color: #91B06F;
}
.TagClassName
{
border-color: #91B06F;
}
</style>