Shades of Christi #72A413
Tints of Christi #72A413
RGB
CMYK
RGB Variations
Color information
#72A413 (or 0x72A413) is known color: Christi. HEX triplet: 72, A4 and 13. RGB value is (114,164,19). Sum of RGB (Red+Green+Blue) = 114+164+19=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #72A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A413 is #8D5BEC. Grayscale: #858585. Windows color (decimal): -9264109 or 1287282. OLE color: 1287282.
HSL color Cylindrical-coordinate representation of color #72A413: hue angle of 80.69º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72A413 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 19 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.36 |
| HSL | 80.69º | 0.79% | 0.36% | - |
| HSV(B) | 80.69º | 0.88% | 0.64% | - |
| XYZ | 20.33 | 30.18 | 5.37 | - |
| YUV | 132.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 19 | 0.30 | 0 | 0.88 | 0.36 | 80.69 | 0.79 | 0.36 |
| Hex | 72 | A4 | 13 | 1E | 0 | 58 | 24 | 51 | 4F | 24 |
| Octal | 162 | 244 | 23 | 36 | 0 | 130 | 44 | 121 | 117 | 44 |
| Binary | 1110010 | 10100100 | 10011 | 11110 | 0 | 1011000 | 100100 | 1010001 | 1001111 | 100100 |
Color Harmonies of #72A413
Complementary color
Monochromatic Colors of #72A413
Black with #72A413
Text Example
Text Example
White with #72A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A413; }
p { color: rgb(114,164,19); }
H1.HeaderClassName
{
color: #72A413;
}
.AnyTagClassName
{
color: #72A413;
}
</style>
background-color css
<style>
a { background-color: #72A413; }
a { background-color: rgb(114,164,19); }
div.DivClassName
{
background-color: #72A413;
}
.BgClassName
{
background-color: #72A413;
}
</style>
border-color css
<style>
span { border-color: #72A413; }
span { border-color: rgb(114,164,19); }
td.TdClassName
{
border-color: #72A413;
}
.TagClassName
{
border-color: #72A413;
}
</style>