Shades of Christi #7DA801
Tints of Christi #7DA801
RGB
CMYK
RGB Variations
Color information
#7DA801 (or 0x7DA801) is known color: Christi. HEX triplet: 7D, A8 and 01. RGB value is (125,168,1). Sum of RGB (Red+Green+Blue) = 125+168+1=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA801 is #8257FE. Grayscale: #888888. Windows color (decimal): -8542207 or 108669. OLE color: 108669.
HSL color Cylindrical-coordinate representation of color #7DA801: hue angle of 75.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DA801 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.34 |
| HSL | 75.45º | 0.99% | 0.33% | - |
| HSV(B) | 75.45º | 0.99% | 0.66% | - |
| XYZ | 22.47 | 32.37 | 5.09 | - |
| YUV | 136.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 1 | 0.26 | 0 | 0.99 | 0.34 | 75.45 | 0.99 | 0.33 |
| Hex | 7D | A8 | 1 | 1A | 0 | 63 | 22 | 4B | 63 | 21 |
| Octal | 175 | 250 | 1 | 32 | 0 | 143 | 42 | 113 | 143 | 41 |
| Binary | 1111101 | 10101000 | 1 | 11010 | 0 | 1100011 | 100010 | 1001011 | 1100011 | 100001 |
Color Harmonies of #7DA801
Complementary color
Monochromatic Colors of #7DA801
Black with #7DA801
Text Example
Text Example
White with #7DA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA801; }
p { color: rgb(125,168,1); }
H1.HeaderClassName
{
color: #7DA801;
}
.AnyTagClassName
{
color: #7DA801;
}
</style>
background-color css
<style>
a { background-color: #7DA801; }
a { background-color: rgb(125,168,1); }
div.DivClassName
{
background-color: #7DA801;
}
.BgClassName
{
background-color: #7DA801;
}
</style>
border-color css
<style>
span { border-color: #7DA801; }
span { border-color: rgb(125,168,1); }
td.TdClassName
{
border-color: #7DA801;
}
.TagClassName
{
border-color: #7DA801;
}
</style>