Shades of Christi #7DA209
Tints of Christi #7DA209
RGB
CMYK
RGB Variations
Color information
#7DA209 (or 0x7DA209) is known color: Christi. HEX triplet: 7D, A2 and 09. RGB value is (125,162,9). Sum of RGB (Red+Green+Blue) = 125+162+9=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA209 is #825DF6. Grayscale: #868686. Windows color (decimal): -8543735 or 631421. OLE color: 631421.
HSL color Cylindrical-coordinate representation of color #7DA209: hue angle of 74.51º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DA209 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 9 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.36 |
| HSL | 74.51º | 0.89% | 0.34% | - |
| HSV(B) | 74.51º | 0.94% | 0.64% | - |
| XYZ | 21.43 | 30.22 | 4.96 | - |
| YUV | 133.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 9 | 0.23 | 0 | 0.94 | 0.36 | 74.51 | 0.89 | 0.34 |
| Hex | 7D | A2 | 9 | 17 | 0 | 5E | 24 | 4B | 59 | 22 |
| Octal | 175 | 242 | 11 | 27 | 0 | 136 | 44 | 113 | 131 | 42 |
| Binary | 1111101 | 10100010 | 1001 | 10111 | 0 | 1011110 | 100100 | 1001011 | 1011001 | 100010 |
Color Harmonies of #7DA209
Complementary color
Monochromatic Colors of #7DA209
Black with #7DA209
Text Example
Text Example
White with #7DA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA209; }
p { color: rgb(125,162,9); }
H1.HeaderClassName
{
color: #7DA209;
}
.AnyTagClassName
{
color: #7DA209;
}
</style>
background-color css
<style>
a { background-color: #7DA209; }
a { background-color: rgb(125,162,9); }
div.DivClassName
{
background-color: #7DA209;
}
.BgClassName
{
background-color: #7DA209;
}
</style>
border-color css
<style>
span { border-color: #7DA209; }
span { border-color: rgb(125,162,9); }
td.TdClassName
{
border-color: #7DA209;
}
.TagClassName
{
border-color: #7DA209;
}
</style>