Shades of Christi #7DA00A
Tints of Christi #7DA00A
RGB
CMYK
RGB Variations
Color information
#7DA00A (or 0x7DA00A) is known color: Christi. HEX triplet: 7D, A0 and 0A. RGB value is (125,160,10). Sum of RGB (Red+Green+Blue) = 125+160+10=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA00A is #825FF5. Grayscale: #848484. Windows color (decimal): -8544246 or 696445. OLE color: 696445.
HSL color Cylindrical-coordinate representation of color #7DA00A: hue angle of 74º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DA00A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 10 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.37 |
| HSL | 74º | 0.88% | 0.33% | - |
| HSV(B) | 74º | 0.94% | 0.63% | - |
| XYZ | 21.08 | 29.52 | 4.87 | - |
| YUV | 132.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 10 | 0.22 | 0 | 0.94 | 0.37 | 74 | 0.88 | 0.33 |
| Hex | 7D | A0 | A | 16 | 0 | 5E | 25 | 4A | 58 | 21 |
| Octal | 175 | 240 | 12 | 26 | 0 | 136 | 45 | 112 | 130 | 41 |
| Binary | 1111101 | 10100000 | 1010 | 10110 | 0 | 1011110 | 100101 | 1001010 | 1011000 | 100001 |
Color Harmonies of #7DA00A
Complementary color
Monochromatic Colors of #7DA00A
Black with #7DA00A
Text Example
Text Example
White with #7DA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA00A; }
p { color: rgb(125,160,10); }
H1.HeaderClassName
{
color: #7DA00A;
}
.AnyTagClassName
{
color: #7DA00A;
}
</style>
background-color css
<style>
a { background-color: #7DA00A; }
a { background-color: rgb(125,160,10); }
div.DivClassName
{
background-color: #7DA00A;
}
.BgClassName
{
background-color: #7DA00A;
}
</style>
border-color css
<style>
span { border-color: #7DA00A; }
span { border-color: rgb(125,160,10); }
td.TdClassName
{
border-color: #7DA00A;
}
.TagClassName
{
border-color: #7DA00A;
}
</style>