Shades of Olivine #91AC6D
Tints of Olivine #91AC6D
RGB
CMYK
RGB Variations
Color information
#91AC6D (or 0x91AC6D) is known color: Olivine. HEX triplet: 91, AC and 6D. RGB value is (145,172,109). Sum of RGB (Red+Green+Blue) = 145+172+109=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AC6D is #6E5392. Grayscale: #9C9C9C. Windows color (decimal): -7230355 or 7187601. OLE color: 7187601.
HSL color Cylindrical-coordinate representation of color #91AC6D: hue angle of 85.71º degrees, saturation: 0.28, 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 #91AC6D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 109 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.33 |
| HSL | 85.71º | 0.28% | 0.55% | - |
| HSV(B) | 85.71º | 0.37% | 0.67% | - |
| XYZ | 29.19 | 36.63 | 20 | - |
| YUV | 156.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 109 | 0.16 | 0 | 0.37 | 0.33 | 85.71 | 0.28 | 0.55 |
| Hex | 91 | AC | 6D | 10 | 0 | 25 | 21 | 56 | 1C | 37 |
| Octal | 221 | 254 | 155 | 20 | 0 | 45 | 41 | 126 | 34 | 67 |
| Binary | 10010001 | 10101100 | 1101101 | 10000 | 0 | 100101 | 100001 | 1010110 | 11100 | 110111 |
Color Harmonies of #91AC6D
Complementary color
Monochromatic Colors of #91AC6D
Black with #91AC6D
Text Example
Text Example
White with #91AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC6D; }
p { color: rgb(145,172,109); }
H1.HeaderClassName
{
color: #91AC6D;
}
.AnyTagClassName
{
color: #91AC6D;
}
</style>
background-color css
<style>
a { background-color: #91AC6D; }
a { background-color: rgb(145,172,109); }
div.DivClassName
{
background-color: #91AC6D;
}
.BgClassName
{
background-color: #91AC6D;
}
</style>
border-color css
<style>
span { border-color: #91AC6D; }
span { border-color: rgb(145,172,109); }
td.TdClassName
{
border-color: #91AC6D;
}
.TagClassName
{
border-color: #91AC6D;
}
</style>