Shades of Christi #7DA705
Tints of Christi #7DA705
RGB
CMYK
RGB Variations
Color information
#7DA705 (or 0x7DA705) is known color: Christi. HEX triplet: 7D, A7 and 05. RGB value is (125,167,5). Sum of RGB (Red+Green+Blue) = 125+167+5=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA705 is #8258FA. Grayscale: #888888. Windows color (decimal): -8542459 or 370557. OLE color: 370557.
HSL color Cylindrical-coordinate representation of color #7DA705: hue angle of 75.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DA705 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.35 |
| HSL | 75.56º | 0.94% | 0.34% | - |
| HSV(B) | 75.56º | 0.97% | 0.65% | - |
| XYZ | 22.3 | 32.01 | 5.15 | - |
| YUV | 135.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 5 | 0.25 | 0 | 0.97 | 0.35 | 75.56 | 0.94 | 0.34 |
| Hex | 7D | A7 | 5 | 19 | 0 | 61 | 23 | 4C | 5E | 22 |
| Octal | 175 | 247 | 5 | 31 | 0 | 141 | 43 | 114 | 136 | 42 |
| Binary | 1111101 | 10100111 | 101 | 11001 | 0 | 1100001 | 100011 | 1001100 | 1011110 | 100010 |
Color Harmonies of #7DA705
Complementary color
Monochromatic Colors of #7DA705
Black with #7DA705
Text Example
Text Example
White with #7DA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA705; }
p { color: rgb(125,167,5); }
H1.HeaderClassName
{
color: #7DA705;
}
.AnyTagClassName
{
color: #7DA705;
}
</style>
background-color css
<style>
a { background-color: #7DA705; }
a { background-color: rgb(125,167,5); }
div.DivClassName
{
background-color: #7DA705;
}
.BgClassName
{
background-color: #7DA705;
}
</style>
border-color css
<style>
span { border-color: #7DA705; }
span { border-color: rgb(125,167,5); }
td.TdClassName
{
border-color: #7DA705;
}
.TagClassName
{
border-color: #7DA705;
}
</style>