Shades of Lima #87AD0D
Tints of Lima #87AD0D
RGB
CMYK
RGB Variations
Color information
#87AD0D (or 0x87AD0D) is known color: Lima. HEX triplet: 87, AD and 0D. RGB value is (135,173,13). Sum of RGB (Red+Green+Blue) = 135+173+13=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AD0D is #7852F2. Grayscale: #909090. Windows color (decimal): -7885555 or 896391. OLE color: 896391.
HSL color Cylindrical-coordinate representation of color #87AD0D: hue angle of 74.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87AD0D is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 13 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.32 |
| HSL | 74.25º | 0.86% | 0.36% | - |
| HSV(B) | 74.25º | 0.92% | 0.68% | - |
| XYZ | 25.01 | 35.07 | 5.83 | - |
| YUV | 143.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 13 | 0.22 | 0 | 0.92 | 0.32 | 74.25 | 0.86 | 0.36 |
| Hex | 87 | AD | D | 16 | 0 | 5C | 20 | 4A | 56 | 24 |
| Octal | 207 | 255 | 15 | 26 | 0 | 134 | 40 | 112 | 126 | 44 |
| Binary | 10000111 | 10101101 | 1101 | 10110 | 0 | 1011100 | 100000 | 1001010 | 1010110 | 100100 |
Color Harmonies of #87AD0D
Complementary color
Monochromatic Colors of #87AD0D
Black with #87AD0D
Text Example
Text Example
White with #87AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD0D; }
p { color: rgb(135,173,13); }
H1.HeaderClassName
{
color: #87AD0D;
}
.AnyTagClassName
{
color: #87AD0D;
}
</style>
background-color css
<style>
a { background-color: #87AD0D; }
a { background-color: rgb(135,173,13); }
div.DivClassName
{
background-color: #87AD0D;
}
.BgClassName
{
background-color: #87AD0D;
}
</style>
border-color css
<style>
span { border-color: #87AD0D; }
span { border-color: rgb(135,173,13); }
td.TdClassName
{
border-color: #87AD0D;
}
.TagClassName
{
border-color: #87AD0D;
}
</style>