Shades of Lima #7FAD0D
Tints of Lima #7FAD0D
RGB
CMYK
RGB Variations
Color information
#7FAD0D (or 0x7FAD0D) is known color: Lima. HEX triplet: 7F, AD and 0D. RGB value is (127,173,13). Sum of RGB (Red+Green+Blue) = 127+173+13=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD0D is #8052F2. Grayscale: #8D8D8D. Windows color (decimal): -8409843 or 896383. OLE color: 896383.
HSL color Cylindrical-coordinate representation of color #7FAD0D: hue angle of 77.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 #7FAD0D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 13 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.32 |
| HSL | 77.25º | 0.86% | 0.36% | - |
| HSV(B) | 77.25º | 0.92% | 0.68% | - |
| XYZ | 23.77 | 34.43 | 5.77 | - |
| YUV | 141.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 13 | 0.27 | 0 | 0.92 | 0.32 | 77.25 | 0.86 | 0.36 |
| Hex | 7F | AD | D | 1B | 0 | 5C | 20 | 4D | 56 | 24 |
| Octal | 177 | 255 | 15 | 33 | 0 | 134 | 40 | 115 | 126 | 44 |
| Binary | 1111111 | 10101101 | 1101 | 11011 | 0 | 1011100 | 100000 | 1001101 | 1010110 | 100100 |
Color Harmonies of #7FAD0D
Complementary color
Monochromatic Colors of #7FAD0D
Black with #7FAD0D
Text Example
Text Example
White with #7FAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD0D; }
p { color: rgb(127,173,13); }
H1.HeaderClassName
{
color: #7FAD0D;
}
.AnyTagClassName
{
color: #7FAD0D;
}
</style>
background-color css
<style>
a { background-color: #7FAD0D; }
a { background-color: rgb(127,173,13); }
div.DivClassName
{
background-color: #7FAD0D;
}
.BgClassName
{
background-color: #7FAD0D;
}
</style>
border-color css
<style>
span { border-color: #7FAD0D; }
span { border-color: rgb(127,173,13); }
td.TdClassName
{
border-color: #7FAD0D;
}
.TagClassName
{
border-color: #7FAD0D;
}
</style>