Shades of Olivine #91AB6C
Tints of Olivine #91AB6C
RGB
CMYK
RGB Variations
Color information
#91AB6C (or 0x91AB6C) is known color: Olivine. HEX triplet: 91, AB and 6C. RGB value is (145,171,108). Sum of RGB (Red+Green+Blue) = 145+171+108=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB6C is #6E5493. Grayscale: #9C9C9C. Windows color (decimal): -7230612 or 7121809. OLE color: 7121809.
HSL color Cylindrical-coordinate representation of color #91AB6C: hue angle of 84.76º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91AB6C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 108 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.33 |
| HSL | 84.76º | 0.27% | 0.55% | - |
| HSV(B) | 84.76º | 0.37% | 0.67% | - |
| XYZ | 28.95 | 36.23 | 19.65 | - |
| YUV | 156.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 108 | 0.15 | 0 | 0.37 | 0.33 | 84.76 | 0.27 | 0.55 |
| Hex | 91 | AB | 6C | F | 0 | 25 | 21 | 55 | 1B | 37 |
| Octal | 221 | 253 | 154 | 17 | 0 | 45 | 41 | 125 | 33 | 67 |
| Binary | 10010001 | 10101011 | 1101100 | 1111 | 0 | 100101 | 100001 | 1010101 | 11011 | 110111 |
Color Harmonies of #91AB6C
Complementary color
Monochromatic Colors of #91AB6C
Black with #91AB6C
Text Example
Text Example
White with #91AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB6C; }
p { color: rgb(145,171,108); }
H1.HeaderClassName
{
color: #91AB6C;
}
.AnyTagClassName
{
color: #91AB6C;
}
</style>
background-color css
<style>
a { background-color: #91AB6C; }
a { background-color: rgb(145,171,108); }
div.DivClassName
{
background-color: #91AB6C;
}
.BgClassName
{
background-color: #91AB6C;
}
</style>
border-color css
<style>
span { border-color: #91AB6C; }
span { border-color: rgb(145,171,108); }
td.TdClassName
{
border-color: #91AB6C;
}
.TagClassName
{
border-color: #91AB6C;
}
</style>