Shades of Lima #7CAA0D
Tints of Lima #7CAA0D
RGB
CMYK
RGB Variations
Color information
#7CAA0D (or 0x7CAA0D) is known color: Lima. HEX triplet: 7C, AA and 0D. RGB value is (124,170,13). Sum of RGB (Red+Green+Blue) = 124+170+13=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAA0D is #8355F2. Grayscale: #8A8A8A. Windows color (decimal): -8607219 or 895612. OLE color: 895612.
HSL color Cylindrical-coordinate representation of color #7CAA0D: hue angle of 77.58º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CAA0D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 13 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.33 |
| HSL | 77.58º | 0.86% | 0.36% | - |
| HSV(B) | 77.58º | 0.92% | 0.67% | - |
| XYZ | 22.76 | 33.06 | 5.56 | - |
| YUV | 138.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 13 | 0.27 | 0 | 0.92 | 0.33 | 77.58 | 0.86 | 0.36 |
| Hex | 7C | AA | D | 1B | 0 | 5C | 21 | 4E | 56 | 24 |
| Octal | 174 | 252 | 15 | 33 | 0 | 134 | 41 | 116 | 126 | 44 |
| Binary | 1111100 | 10101010 | 1101 | 11011 | 0 | 1011100 | 100001 | 1001110 | 1010110 | 100100 |
Color Harmonies of #7CAA0D
Complementary color
Monochromatic Colors of #7CAA0D
Black with #7CAA0D
Text Example
Text Example
White with #7CAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA0D; }
p { color: rgb(124,170,13); }
H1.HeaderClassName
{
color: #7CAA0D;
}
.AnyTagClassName
{
color: #7CAA0D;
}
</style>
background-color css
<style>
a { background-color: #7CAA0D; }
a { background-color: rgb(124,170,13); }
div.DivClassName
{
background-color: #7CAA0D;
}
.BgClassName
{
background-color: #7CAA0D;
}
</style>
border-color css
<style>
span { border-color: #7CAA0D; }
span { border-color: rgb(124,170,13); }
td.TdClassName
{
border-color: #7CAA0D;
}
.TagClassName
{
border-color: #7CAA0D;
}
</style>