Shades of Christi #72A124
Tints of Christi #72A124
RGB
CMYK
RGB Variations
Color information
#72A124 (or 0x72A124) is known color: Christi. HEX triplet: 72, A1 and 24. RGB value is (114,161,36). Sum of RGB (Red+Green+Blue) = 114+161+36=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #72A124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A124 is #8D5EDB. Grayscale: #858585. Windows color (decimal): -9264860 or 2400626. OLE color: 2400626.
HSL color Cylindrical-coordinate representation of color #72A124: hue angle of 82.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72A124 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 161 | 36 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.37 |
| HSL | 82.56º | 0.63% | 0.39% | - |
| HSV(B) | 82.56º | 0.78% | 0.63% | - |
| XYZ | 20 | 29.19 | 6.25 | - |
| YUV | 132.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 36 | 0.29 | 0 | 0.78 | 0.37 | 82.56 | 0.63 | 0.39 |
| Hex | 72 | A1 | 24 | 1D | 0 | 4E | 25 | 53 | 3F | 27 |
| Octal | 162 | 241 | 44 | 35 | 0 | 116 | 45 | 123 | 77 | 47 |
| Binary | 1110010 | 10100001 | 100100 | 11101 | 0 | 1001110 | 100101 | 1010011 | 111111 | 100111 |
Color Harmonies of #72A124
Complementary color
Monochromatic Colors of #72A124
Black with #72A124
Text Example
Text Example
White with #72A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A124; }
p { color: rgb(114,161,36); }
H1.HeaderClassName
{
color: #72A124;
}
.AnyTagClassName
{
color: #72A124;
}
</style>
background-color css
<style>
a { background-color: #72A124; }
a { background-color: rgb(114,161,36); }
div.DivClassName
{
background-color: #72A124;
}
.BgClassName
{
background-color: #72A124;
}
</style>
border-color css
<style>
span { border-color: #72A124; }
span { border-color: rgb(114,161,36); }
td.TdClassName
{
border-color: #72A124;
}
.TagClassName
{
border-color: #72A124;
}
</style>