Shades of Christi #7CB802
Tints of Christi #7CB802
RGB
CMYK
RGB Variations
Color information
#7CB802 (or 0x7CB802) is known color: Christi. HEX triplet: 7C, B8 and 02. RGB value is (124,184,2). Sum of RGB (Red+Green+Blue) = 124+184+2=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB802 is #8347FD. Grayscale: #919191. Windows color (decimal): -8603646 or 178300. OLE color: 178300.
HSL color Cylindrical-coordinate representation of color #7CB802: hue angle of 79.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CB802 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.28 |
| HSL | 79.78º | 0.98% | 0.36% | - |
| HSV(B) | 79.78º | 0.99% | 0.72% | - |
| XYZ | 25.46 | 38.57 | 6.16 | - |
| YUV | 145.31 | 47.12 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 2 | 0.33 | 0 | 0.99 | 0.28 | 79.78 | 0.98 | 0.36 |
| Hex | 7C | B8 | 2 | 21 | 0 | 63 | 1C | 50 | 62 | 24 |
| Octal | 174 | 270 | 2 | 41 | 0 | 143 | 34 | 120 | 142 | 44 |
| Binary | 1111100 | 10111000 | 10 | 100001 | 0 | 1100011 | 11100 | 1010000 | 1100010 | 100100 |
Color Harmonies of #7CB802
Complementary color
Monochromatic Colors of #7CB802
Black with #7CB802
Text Example
Text Example
White with #7CB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB802; }
p { color: rgb(124,184,2); }
H1.HeaderClassName
{
color: #7CB802;
}
.AnyTagClassName
{
color: #7CB802;
}
</style>
background-color css
<style>
a { background-color: #7CB802; }
a { background-color: rgb(124,184,2); }
div.DivClassName
{
background-color: #7CB802;
}
.BgClassName
{
background-color: #7CB802;
}
</style>
border-color css
<style>
span { border-color: #7CB802; }
span { border-color: rgb(124,184,2); }
td.TdClassName
{
border-color: #7CB802;
}
.TagClassName
{
border-color: #7CB802;
}
</style>