Shades of Christi #7DA003
Tints of Christi #7DA003
RGB
CMYK
RGB Variations
Color information
#7DA003 (or 0x7DA003) is known color: Christi. HEX triplet: 7D, A0 and 03. RGB value is (125,160,3). Sum of RGB (Red+Green+Blue) = 125+160+3=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA003 is #825FFC. Grayscale: #848484. Windows color (decimal): -8544253 or 237693. OLE color: 237693.
HSL color Cylindrical-coordinate representation of color #7DA003: hue angle of 73.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DA003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.37 |
| HSL | 73.38º | 0.96% | 0.32% | - |
| HSV(B) | 73.38º | 0.98% | 0.63% | - |
| XYZ | 21.04 | 29.51 | 4.67 | - |
| YUV | 131.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 3 | 0.22 | 0 | 0.98 | 0.37 | 73.38 | 0.96 | 0.32 |
| Hex | 7D | A0 | 3 | 16 | 0 | 62 | 25 | 49 | 60 | 20 |
| Octal | 175 | 240 | 3 | 26 | 0 | 142 | 45 | 111 | 140 | 40 |
| Binary | 1111101 | 10100000 | 11 | 10110 | 0 | 1100010 | 100101 | 1001001 | 1100000 | 100000 |
Color Harmonies of #7DA003
Complementary color
Monochromatic Colors of #7DA003
Black with #7DA003
Text Example
Text Example
White with #7DA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA003; }
p { color: rgb(125,160,3); }
H1.HeaderClassName
{
color: #7DA003;
}
.AnyTagClassName
{
color: #7DA003;
}
</style>
background-color css
<style>
a { background-color: #7DA003; }
a { background-color: rgb(125,160,3); }
div.DivClassName
{
background-color: #7DA003;
}
.BgClassName
{
background-color: #7DA003;
}
</style>
border-color css
<style>
span { border-color: #7DA003; }
span { border-color: rgb(125,160,3); }
td.TdClassName
{
border-color: #7DA003;
}
.TagClassName
{
border-color: #7DA003;
}
</style>