Shades of Christi #72A224
Tints of Christi #72A224
RGB
CMYK
RGB Variations
Color information
#72A224 (or 0x72A224) is known color: Christi. HEX triplet: 72, A2 and 24. RGB value is (114,162,36). Sum of RGB (Red+Green+Blue) = 114+162+36=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #72A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A224 is #8D5DDB. Grayscale: #858585. Windows color (decimal): -9264604 or 2400882. OLE color: 2400882.
HSL color Cylindrical-coordinate representation of color #72A224: hue angle of 82.86º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72A224 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 36 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.36 |
| HSL | 82.86º | 0.64% | 0.39% | - |
| HSV(B) | 82.86º | 0.78% | 0.64% | - |
| XYZ | 20.18 | 29.55 | 6.31 | - |
| YUV | 133.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 36 | 0.30 | 0 | 0.78 | 0.36 | 82.86 | 0.64 | 0.39 |
| Hex | 72 | A2 | 24 | 1E | 0 | 4E | 24 | 53 | 40 | 27 |
| Octal | 162 | 242 | 44 | 36 | 0 | 116 | 44 | 123 | 100 | 47 |
| Binary | 1110010 | 10100010 | 100100 | 11110 | 0 | 1001110 | 100100 | 1010011 | 1000000 | 100111 |
Color Harmonies of #72A224
Complementary color
Monochromatic Colors of #72A224
Black with #72A224
Text Example
Text Example
White with #72A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A224; }
p { color: rgb(114,162,36); }
H1.HeaderClassName
{
color: #72A224;
}
.AnyTagClassName
{
color: #72A224;
}
</style>
background-color css
<style>
a { background-color: #72A224; }
a { background-color: rgb(114,162,36); }
div.DivClassName
{
background-color: #72A224;
}
.BgClassName
{
background-color: #72A224;
}
</style>
border-color css
<style>
span { border-color: #72A224; }
span { border-color: rgb(114,162,36); }
td.TdClassName
{
border-color: #72A224;
}
.TagClassName
{
border-color: #72A224;
}
</style>