Shades of Christi #7DA605
Tints of Christi #7DA605
RGB
CMYK
RGB Variations
Color information
#7DA605 (or 0x7DA605) is known color: Christi. HEX triplet: 7D, A6 and 05. RGB value is (125,166,5). Sum of RGB (Red+Green+Blue) = 125+166+5=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA605 is #8259FA. Grayscale: #878787. Windows color (decimal): -8542715 or 370301. OLE color: 370301.
HSL color Cylindrical-coordinate representation of color #7DA605: hue angle of 75.28º 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 #7DA605 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.35 |
| HSL | 75.28º | 0.94% | 0.34% | - |
| HSV(B) | 75.28º | 0.97% | 0.65% | - |
| XYZ | 22.12 | 31.64 | 5.09 | - |
| YUV | 135.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 5 | 0.25 | 0 | 0.97 | 0.35 | 75.28 | 0.94 | 0.34 |
| Hex | 7D | A6 | 5 | 19 | 0 | 61 | 23 | 4B | 5E | 22 |
| Octal | 175 | 246 | 5 | 31 | 0 | 141 | 43 | 113 | 136 | 42 |
| Binary | 1111101 | 10100110 | 101 | 11001 | 0 | 1100001 | 100011 | 1001011 | 1011110 | 100010 |
Color Harmonies of #7DA605
Complementary color
Monochromatic Colors of #7DA605
Black with #7DA605
Text Example
Text Example
White with #7DA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA605; }
p { color: rgb(125,166,5); }
H1.HeaderClassName
{
color: #7DA605;
}
.AnyTagClassName
{
color: #7DA605;
}
</style>
background-color css
<style>
a { background-color: #7DA605; }
a { background-color: rgb(125,166,5); }
div.DivClassName
{
background-color: #7DA605;
}
.BgClassName
{
background-color: #7DA605;
}
</style>
border-color css
<style>
span { border-color: #7DA605; }
span { border-color: rgb(125,166,5); }
td.TdClassName
{
border-color: #7DA605;
}
.TagClassName
{
border-color: #7DA605;
}
</style>