Shades of Christi #7CB204
Tints of Christi #7CB204
RGB
CMYK
RGB Variations
Color information
#7CB204 (or 0x7CB204) is known color: Christi. HEX triplet: 7C, B2 and 04. RGB value is (124,178,4). Sum of RGB (Red+Green+Blue) = 124+178+4=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB204 is #834DFB. Grayscale: #8E8E8E. Windows color (decimal): -8605180 or 307836. OLE color: 307836.
HSL color Cylindrical-coordinate representation of color #7CB204: hue angle of 78.62º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CB204 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.30 |
| HSL | 78.62º | 0.96% | 0.36% | - |
| HSV(B) | 78.62º | 0.98% | 0.7% | - |
| XYZ | 24.25 | 36.13 | 5.81 | - |
| YUV | 142.02 | 50.11 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 4 | 0.30 | 0 | 0.98 | 0.30 | 78.62 | 0.96 | 0.36 |
| Hex | 7C | B2 | 4 | 1E | 0 | 62 | 1E | 4F | 60 | 24 |
| Octal | 174 | 262 | 4 | 36 | 0 | 142 | 36 | 117 | 140 | 44 |
| Binary | 1111100 | 10110010 | 100 | 11110 | 0 | 1100010 | 11110 | 1001111 | 1100000 | 100100 |
Color Harmonies of #7CB204
Complementary color
Monochromatic Colors of #7CB204
Black with #7CB204
Text Example
Text Example
White with #7CB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB204; }
p { color: rgb(124,178,4); }
H1.HeaderClassName
{
color: #7CB204;
}
.AnyTagClassName
{
color: #7CB204;
}
</style>
background-color css
<style>
a { background-color: #7CB204; }
a { background-color: rgb(124,178,4); }
div.DivClassName
{
background-color: #7CB204;
}
.BgClassName
{
background-color: #7CB204;
}
</style>
border-color css
<style>
span { border-color: #7CB204; }
span { border-color: rgb(124,178,4); }
td.TdClassName
{
border-color: #7CB204;
}
.TagClassName
{
border-color: #7CB204;
}
</style>