Shades of Christi #72B613
Tints of Christi #72B613
RGB
CMYK
RGB Variations
Color information
#72B613 (or 0x72B613) is known color: Christi. HEX triplet: 72, B6 and 13. RGB value is (114,182,19). Sum of RGB (Red+Green+Blue) = 114+182+19=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #72B613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B613 is #8D49EC. Grayscale: #8F8F8F. Windows color (decimal): -9259501 or 1291890. OLE color: 1291890.
HSL color Cylindrical-coordinate representation of color #72B613: hue angle of 85.03º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72B613 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 19 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.29 |
| HSL | 85.03º | 0.81% | 0.39% | - |
| HSV(B) | 85.03º | 0.9% | 0.71% | - |
| XYZ | 23.78 | 37.08 | 6.52 | - |
| YUV | 143.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 19 | 0.37 | 0 | 0.90 | 0.29 | 85.03 | 0.81 | 0.39 |
| Hex | 72 | B6 | 13 | 25 | 0 | 5A | 1D | 55 | 51 | 27 |
| Octal | 162 | 266 | 23 | 45 | 0 | 132 | 35 | 125 | 121 | 47 |
| Binary | 1110010 | 10110110 | 10011 | 100101 | 0 | 1011010 | 11101 | 1010101 | 1010001 | 100111 |
Color Harmonies of #72B613
Complementary color
Monochromatic Colors of #72B613
Black with #72B613
Text Example
Text Example
White with #72B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B613; }
p { color: rgb(114,182,19); }
H1.HeaderClassName
{
color: #72B613;
}
.AnyTagClassName
{
color: #72B613;
}
</style>
background-color css
<style>
a { background-color: #72B613; }
a { background-color: rgb(114,182,19); }
div.DivClassName
{
background-color: #72B613;
}
.BgClassName
{
background-color: #72B613;
}
</style>
border-color css
<style>
span { border-color: #72B613; }
span { border-color: rgb(114,182,19); }
td.TdClassName
{
border-color: #72B613;
}
.TagClassName
{
border-color: #72B613;
}
</style>