Shades of Limerick #87A712
Tints of Limerick #87A712
RGB
CMYK
RGB Variations
Color information
#87A712 (or 0x87A712) is known color: Limerick. HEX triplet: 87, A7 and 12. RGB value is (135,167,18). Sum of RGB (Red+Green+Blue) = 135+167+18=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #87A712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A712 is #7858ED. Grayscale: #8D8D8D. Windows color (decimal): -7887086 or 1222535. OLE color: 1222535.
HSL color Cylindrical-coordinate representation of color #87A712: hue angle of 72.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87A712 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 167 | 18 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.35 |
| HSL | 72.89º | 0.81% | 0.36% | - |
| HSV(B) | 72.89º | 0.89% | 0.65% | - |
| XYZ | 23.92 | 32.83 | 5.65 | - |
| YUV | 140.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 18 | 0.19 | 0 | 0.89 | 0.35 | 72.89 | 0.81 | 0.36 |
| Hex | 87 | A7 | 12 | 13 | 0 | 59 | 23 | 49 | 51 | 24 |
| Octal | 207 | 247 | 22 | 23 | 0 | 131 | 43 | 111 | 121 | 44 |
| Binary | 10000111 | 10100111 | 10010 | 10011 | 0 | 1011001 | 100011 | 1001001 | 1010001 | 100100 |
Color Harmonies of #87A712
Complementary color
Monochromatic Colors of #87A712
Black with #87A712
Text Example
Text Example
White with #87A712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A712; }
p { color: rgb(135,167,18); }
H1.HeaderClassName
{
color: #87A712;
}
.AnyTagClassName
{
color: #87A712;
}
</style>
background-color css
<style>
a { background-color: #87A712; }
a { background-color: rgb(135,167,18); }
div.DivClassName
{
background-color: #87A712;
}
.BgClassName
{
background-color: #87A712;
}
</style>
border-color css
<style>
span { border-color: #87A712; }
span { border-color: rgb(135,167,18); }
td.TdClassName
{
border-color: #87A712;
}
.TagClassName
{
border-color: #87A712;
}
</style>