Shades of Lima #7DB006
Tints of Lima #7DB006
RGB
CMYK
RGB Variations
Color information
#7DB006 (or 0x7DB006) is known color: Lima. HEX triplet: 7D, B0 and 06. RGB value is (125,176,6). Sum of RGB (Red+Green+Blue) = 125+176+6=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB006 is #824FF9. Grayscale: #8D8D8D. Windows color (decimal): -8540154 or 438397. OLE color: 438397.
HSL color Cylindrical-coordinate representation of color #7DB006: hue angle of 78º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB006 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.31 |
| HSL | 78º | 0.93% | 0.36% | - |
| HSV(B) | 78º | 0.97% | 0.69% | - |
| XYZ | 24.02 | 35.42 | 5.74 | - |
| YUV | 141.37 | 51.6 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 6 | 0.29 | 0 | 0.97 | 0.31 | 78 | 0.93 | 0.36 |
| Hex | 7D | B0 | 6 | 1D | 0 | 61 | 1F | 4E | 5D | 24 |
| Octal | 175 | 260 | 6 | 35 | 0 | 141 | 37 | 116 | 135 | 44 |
| Binary | 1111101 | 10110000 | 110 | 11101 | 0 | 1100001 | 11111 | 1001110 | 1011101 | 100100 |
Color Harmonies of #7DB006
Complementary color
Monochromatic Colors of #7DB006
Black with #7DB006
Text Example
Text Example
White with #7DB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB006; }
p { color: rgb(125,176,6); }
H1.HeaderClassName
{
color: #7DB006;
}
.AnyTagClassName
{
color: #7DB006;
}
</style>
background-color css
<style>
a { background-color: #7DB006; }
a { background-color: rgb(125,176,6); }
div.DivClassName
{
background-color: #7DB006;
}
.BgClassName
{
background-color: #7DB006;
}
</style>
border-color css
<style>
span { border-color: #7DB006; }
span { border-color: rgb(125,176,6); }
td.TdClassName
{
border-color: #7DB006;
}
.TagClassName
{
border-color: #7DB006;
}
</style>