Shades of Christi #7D9F04
Tints of Christi #7D9F04
RGB
CMYK
RGB Variations
Color information
#7D9F04 (or 0x7D9F04) is known color: Christi. HEX triplet: 7D, 9F and 04. RGB value is (125,159,4). Sum of RGB (Red+Green+Blue) = 125+159+4=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9F04 is #8260FB. Grayscale: #838383. Windows color (decimal): -8544508 or 302973. OLE color: 302973.
HSL color Cylindrical-coordinate representation of color #7D9F04: hue angle of 73.16º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D9F04 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.38 |
| HSL | 73.16º | 0.95% | 0.32% | - |
| HSV(B) | 73.16º | 0.97% | 0.62% | - |
| XYZ | 20.88 | 29.17 | 4.64 | - |
| YUV | 131.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 4 | 0.21 | 0 | 0.97 | 0.38 | 73.16 | 0.95 | 0.32 |
| Hex | 7D | 9F | 4 | 15 | 0 | 61 | 26 | 49 | 5F | 20 |
| Octal | 175 | 237 | 4 | 25 | 0 | 141 | 46 | 111 | 137 | 40 |
| Binary | 1111101 | 10011111 | 100 | 10101 | 0 | 1100001 | 100110 | 1001001 | 1011111 | 100000 |
Color Harmonies of #7D9F04
Complementary color
Monochromatic Colors of #7D9F04
Black with #7D9F04
Text Example
Text Example
White with #7D9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F04; }
p { color: rgb(125,159,4); }
H1.HeaderClassName
{
color: #7D9F04;
}
.AnyTagClassName
{
color: #7D9F04;
}
</style>
background-color css
<style>
a { background-color: #7D9F04; }
a { background-color: rgb(125,159,4); }
div.DivClassName
{
background-color: #7D9F04;
}
.BgClassName
{
background-color: #7D9F04;
}
</style>
border-color css
<style>
span { border-color: #7D9F04; }
span { border-color: rgb(125,159,4); }
td.TdClassName
{
border-color: #7D9F04;
}
.TagClassName
{
border-color: #7D9F04;
}
</style>