Shades of Christi #72A226
Tints of Christi #72A226
RGB
CMYK
RGB Variations
Color information
#72A226 (or 0x72A226) is known color: Christi. HEX triplet: 72, A2 and 26. RGB value is (114,162,38). Sum of RGB (Red+Green+Blue) = 114+162+38=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #72A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A226 is #8D5DD9. Grayscale: #858585. Windows color (decimal): -9264602 or 2531954. OLE color: 2531954.
HSL color Cylindrical-coordinate representation of color #72A226: hue angle of 83.23º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72A226 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 38 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.36 |
| HSL | 83.23º | 0.62% | 0.39% | - |
| HSV(B) | 83.23º | 0.77% | 0.64% | - |
| XYZ | 20.21 | 29.56 | 6.47 | - |
| YUV | 133.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 38 | 0.30 | 0 | 0.77 | 0.36 | 83.23 | 0.62 | 0.39 |
| Hex | 72 | A2 | 26 | 1E | 0 | 4D | 24 | 53 | 3E | 27 |
| Octal | 162 | 242 | 46 | 36 | 0 | 115 | 44 | 123 | 76 | 47 |
| Binary | 1110010 | 10100010 | 100110 | 11110 | 0 | 1001101 | 100100 | 1010011 | 111110 | 100111 |
Color Harmonies of #72A226
Complementary color
Monochromatic Colors of #72A226
Black with #72A226
Text Example
Text Example
White with #72A226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A226; }
p { color: rgb(114,162,38); }
H1.HeaderClassName
{
color: #72A226;
}
.AnyTagClassName
{
color: #72A226;
}
</style>
background-color css
<style>
a { background-color: #72A226; }
a { background-color: rgb(114,162,38); }
div.DivClassName
{
background-color: #72A226;
}
.BgClassName
{
background-color: #72A226;
}
</style>
border-color css
<style>
span { border-color: #72A226; }
span { border-color: rgb(114,162,38); }
td.TdClassName
{
border-color: #72A226;
}
.TagClassName
{
border-color: #72A226;
}
</style>