Shades of Christi #72B713
Tints of Christi #72B713
RGB
CMYK
RGB Variations
Color information
#72B713 (or 0x72B713) is known color: Christi. HEX triplet: 72, B7 and 13. RGB value is (114,183,19). Sum of RGB (Red+Green+Blue) = 114+183+19=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #72B713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B713 is #8D48EC. Grayscale: #909090. Windows color (decimal): -9259245 or 1292146. OLE color: 1292146.
HSL color Cylindrical-coordinate representation of color #72B713: hue angle of 85.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72B713 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 19 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.28 |
| HSL | 85.24º | 0.81% | 0.4% | - |
| HSV(B) | 85.24º | 0.9% | 0.72% | - |
| XYZ | 23.99 | 37.49 | 6.59 | - |
| YUV | 143.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 19 | 0.38 | 0 | 0.90 | 0.28 | 85.24 | 0.81 | 0.4 |
| Hex | 72 | B7 | 13 | 26 | 0 | 5A | 1C | 55 | 51 | 28 |
| Octal | 162 | 267 | 23 | 46 | 0 | 132 | 34 | 125 | 121 | 50 |
| Binary | 1110010 | 10110111 | 10011 | 100110 | 0 | 1011010 | 11100 | 1010101 | 1010001 | 101000 |
Color Harmonies of #72B713
Complementary color
Monochromatic Colors of #72B713
Black with #72B713
Text Example
Text Example
White with #72B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B713; }
p { color: rgb(114,183,19); }
H1.HeaderClassName
{
color: #72B713;
}
.AnyTagClassName
{
color: #72B713;
}
</style>
background-color css
<style>
a { background-color: #72B713; }
a { background-color: rgb(114,183,19); }
div.DivClassName
{
background-color: #72B713;
}
.BgClassName
{
background-color: #72B713;
}
</style>
border-color css
<style>
span { border-color: #72B713; }
span { border-color: rgb(114,183,19); }
td.TdClassName
{
border-color: #72B713;
}
.TagClassName
{
border-color: #72B713;
}
</style>