Shades of Olivine #91AC6C
Tints of Olivine #91AC6C
RGB
CMYK
RGB Variations
Color information
#91AC6C (or 0x91AC6C) is known color: Olivine. HEX triplet: 91, AC and 6C. RGB value is (145,172,108). Sum of RGB (Red+Green+Blue) = 145+172+108=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AC6C is #6E5393. Grayscale: #9C9C9C. Windows color (decimal): -7230356 or 7122065. OLE color: 7122065.
HSL color Cylindrical-coordinate representation of color #91AC6C: hue angle of 85.31º 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 #91AC6C is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 108 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.33 |
| HSL | 85.31º | 0.28% | 0.55% | - |
| HSV(B) | 85.31º | 0.37% | 0.67% | - |
| XYZ | 29.14 | 36.61 | 19.72 | - |
| YUV | 156.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 108 | 0.16 | 0 | 0.37 | 0.33 | 85.31 | 0.28 | 0.55 |
| Hex | 91 | AC | 6C | 10 | 0 | 25 | 21 | 55 | 1C | 37 |
| Octal | 221 | 254 | 154 | 20 | 0 | 45 | 41 | 125 | 34 | 67 |
| Binary | 10010001 | 10101100 | 1101100 | 10000 | 0 | 100101 | 100001 | 1010101 | 11100 | 110111 |
Color Harmonies of #91AC6C
Complementary color
Monochromatic Colors of #91AC6C
Black with #91AC6C
Text Example
Text Example
White with #91AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC6C; }
p { color: rgb(145,172,108); }
H1.HeaderClassName
{
color: #91AC6C;
}
.AnyTagClassName
{
color: #91AC6C;
}
</style>
background-color css
<style>
a { background-color: #91AC6C; }
a { background-color: rgb(145,172,108); }
div.DivClassName
{
background-color: #91AC6C;
}
.BgClassName
{
background-color: #91AC6C;
}
</style>
border-color css
<style>
span { border-color: #91AC6C; }
span { border-color: rgb(145,172,108); }
td.TdClassName
{
border-color: #91AC6C;
}
.TagClassName
{
border-color: #91AC6C;
}
</style>