Shades of Christi #72C613
Tints of Christi #72C613
RGB
CMYK
RGB Variations
Color information
#72C613 (or 0x72C613) is known color: Christi. HEX triplet: 72, C6 and 13. RGB value is (114,198,19). Sum of RGB (Red+Green+Blue) = 114+198+19=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #72C613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C613 is #8D39EC. Grayscale: #999999. Windows color (decimal): -9255405 or 1295986. OLE color: 1295986.
HSL color Cylindrical-coordinate representation of color #72C613: hue angle of 88.16º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72C613 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 198 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.22 |
| HSL | 88.16º | 0.82% | 0.43% | - |
| HSV(B) | 88.16º | 0.9% | 0.78% | - |
| XYZ | 27.25 | 44.01 | 7.68 | - |
| YUV | 152.48 | 52.67 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 198 | 19 | 0.42 | 0 | 0.90 | 0.22 | 88.16 | 0.82 | 0.43 |
| Hex | 72 | C6 | 13 | 2A | 0 | 5A | 16 | 58 | 52 | 2B |
| Octal | 162 | 306 | 23 | 52 | 0 | 132 | 26 | 130 | 122 | 53 |
| Binary | 1110010 | 11000110 | 10011 | 101010 | 0 | 1011010 | 10110 | 1011000 | 1010010 | 101011 |
Color Harmonies of #72C613
Complementary color
Monochromatic Colors of #72C613
Black with #72C613
Text Example
Text Example
White with #72C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C613; }
p { color: rgb(114,198,19); }
H1.HeaderClassName
{
color: #72C613;
}
.AnyTagClassName
{
color: #72C613;
}
</style>
background-color css
<style>
a { background-color: #72C613; }
a { background-color: rgb(114,198,19); }
div.DivClassName
{
background-color: #72C613;
}
.BgClassName
{
background-color: #72C613;
}
</style>
border-color css
<style>
span { border-color: #72C613; }
span { border-color: rgb(114,198,19); }
td.TdClassName
{
border-color: #72C613;
}
.TagClassName
{
border-color: #72C613;
}
</style>