Shades of Christi #72C607
Tints of Christi #72C607
RGB
CMYK
RGB Variations
Color information
#72C607 (or 0x72C607) is known color: Christi. HEX triplet: 72, C6 and 07. RGB value is (114,198,7). Sum of RGB (Red+Green+Blue) = 114+198+7=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #72C607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C607 is #8D39F8. Grayscale: #979797. Windows color (decimal): -9255417 or 509554. OLE color: 509554.
HSL color Cylindrical-coordinate representation of color #72C607: hue angle of 86.39º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72C607 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 7 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.22 |
| HSL | 86.39º | 0.93% | 0.4% | - |
| HSV(B) | 86.39º | 0.96% | 0.78% | - |
| XYZ | 27.17 | 43.98 | 7.26 | - |
| YUV | 151.11 | 46.67 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 7 | 0.42 | 0 | 0.96 | 0.22 | 86.39 | 0.93 | 0.4 |
| Hex | 72 | C6 | 7 | 2A | 0 | 60 | 16 | 56 | 5D | 28 |
| Octal | 162 | 306 | 7 | 52 | 0 | 140 | 26 | 126 | 135 | 50 |
| Binary | 1110010 | 11000110 | 111 | 101010 | 0 | 1100000 | 10110 | 1010110 | 1011101 | 101000 |
Color Harmonies of #72C607
Complementary color
Monochromatic Colors of #72C607
Black with #72C607
Text Example
Text Example
White with #72C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C607; }
p { color: rgb(114,198,7); }
H1.HeaderClassName
{
color: #72C607;
}
.AnyTagClassName
{
color: #72C607;
}
</style>
background-color css
<style>
a { background-color: #72C607; }
a { background-color: rgb(114,198,7); }
div.DivClassName
{
background-color: #72C607;
}
.BgClassName
{
background-color: #72C607;
}
</style>
border-color css
<style>
span { border-color: #72C607; }
span { border-color: rgb(114,198,7); }
td.TdClassName
{
border-color: #72C607;
}
.TagClassName
{
border-color: #72C607;
}
</style>