Shades of Christi #7DAC03
Tints of Christi #7DAC03
RGB
CMYK
RGB Variations
Color information
#7DAC03 (or 0x7DAC03) is known color: Christi. HEX triplet: 7D, AC and 03. RGB value is (125,172,3). Sum of RGB (Red+Green+Blue) = 125+172+3=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC03 is #8253FC. Grayscale: #8B8B8B. Windows color (decimal): -8541181 or 240765. OLE color: 240765.
HSL color Cylindrical-coordinate representation of color #7DAC03: hue angle of 76.69º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DAC03 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.33 |
| HSL | 76.69º | 0.97% | 0.34% | - |
| HSV(B) | 76.69º | 0.98% | 0.67% | - |
| XYZ | 23.23 | 33.87 | 5.4 | - |
| YUV | 138.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 3 | 0.27 | 0 | 0.98 | 0.33 | 76.69 | 0.97 | 0.34 |
| Hex | 7D | AC | 3 | 1B | 0 | 62 | 21 | 4D | 61 | 22 |
| Octal | 175 | 254 | 3 | 33 | 0 | 142 | 41 | 115 | 141 | 42 |
| Binary | 1111101 | 10101100 | 11 | 11011 | 0 | 1100010 | 100001 | 1001101 | 1100001 | 100010 |
Color Harmonies of #7DAC03
Complementary color
Monochromatic Colors of #7DAC03
Black with #7DAC03
Text Example
Text Example
White with #7DAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC03; }
p { color: rgb(125,172,3); }
H1.HeaderClassName
{
color: #7DAC03;
}
.AnyTagClassName
{
color: #7DAC03;
}
</style>
background-color css
<style>
a { background-color: #7DAC03; }
a { background-color: rgb(125,172,3); }
div.DivClassName
{
background-color: #7DAC03;
}
.BgClassName
{
background-color: #7DAC03;
}
</style>
border-color css
<style>
span { border-color: #7DAC03; }
span { border-color: rgb(125,172,3); }
td.TdClassName
{
border-color: #7DAC03;
}
.TagClassName
{
border-color: #7DAC03;
}
</style>