Shades of Lima #7DAC09
Tints of Lima #7DAC09
RGB
CMYK
RGB Variations
Color information
#7DAC09 (or 0x7DAC09) is known color: Lima. HEX triplet: 7D, AC and 09. RGB value is (125,172,9). Sum of RGB (Red+Green+Blue) = 125+172+9=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC09 is #8253F6. Grayscale: #8B8B8B. Windows color (decimal): -8541175 or 633981. OLE color: 633981.
HSL color Cylindrical-coordinate representation of color #7DAC09: hue angle of 77.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DAC09 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.33 |
| HSL | 77.3º | 0.9% | 0.35% | - |
| HSV(B) | 77.3º | 0.95% | 0.67% | - |
| XYZ | 23.26 | 33.88 | 5.57 | - |
| YUV | 139.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 9 | 0.27 | 0 | 0.95 | 0.33 | 77.3 | 0.9 | 0.35 |
| Hex | 7D | AC | 9 | 1B | 0 | 5F | 21 | 4D | 5A | 23 |
| Octal | 175 | 254 | 11 | 33 | 0 | 137 | 41 | 115 | 132 | 43 |
| Binary | 1111101 | 10101100 | 1001 | 11011 | 0 | 1011111 | 100001 | 1001101 | 1011010 | 100011 |
Color Harmonies of #7DAC09
Complementary color
Monochromatic Colors of #7DAC09
Black with #7DAC09
Text Example
Text Example
White with #7DAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC09; }
p { color: rgb(125,172,9); }
H1.HeaderClassName
{
color: #7DAC09;
}
.AnyTagClassName
{
color: #7DAC09;
}
</style>
background-color css
<style>
a { background-color: #7DAC09; }
a { background-color: rgb(125,172,9); }
div.DivClassName
{
background-color: #7DAC09;
}
.BgClassName
{
background-color: #7DAC09;
}
</style>
border-color css
<style>
span { border-color: #7DAC09; }
span { border-color: rgb(125,172,9); }
td.TdClassName
{
border-color: #7DAC09;
}
.TagClassName
{
border-color: #7DAC09;
}
</style>