Shades of Christi #72A826
Tints of Christi #72A826
RGB
CMYK
RGB Variations
Color information
#72A826 (or 0x72A826) is known color: Christi. HEX triplet: 72, A8 and 26. RGB value is (114,168,38). Sum of RGB (Red+Green+Blue) = 114+168+38=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #72A826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A826 is #8D57D9. Grayscale: #898989. Windows color (decimal): -9263066 or 2533490. OLE color: 2533490.
HSL color Cylindrical-coordinate representation of color #72A826: hue angle of 84.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72A826 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 38 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.34 |
| HSL | 84.92º | 0.63% | 0.4% | - |
| HSV(B) | 84.92º | 0.77% | 0.66% | - |
| XYZ | 21.29 | 31.72 | 6.83 | - |
| YUV | 137.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 38 | 0.32 | 0 | 0.77 | 0.34 | 84.92 | 0.63 | 0.4 |
| Hex | 72 | A8 | 26 | 20 | 0 | 4D | 22 | 55 | 3F | 28 |
| Octal | 162 | 250 | 46 | 40 | 0 | 115 | 42 | 125 | 77 | 50 |
| Binary | 1110010 | 10101000 | 100110 | 100000 | 0 | 1001101 | 100010 | 1010101 | 111111 | 101000 |
Color Harmonies of #72A826
Complementary color
Monochromatic Colors of #72A826
Black with #72A826
Text Example
Text Example
White with #72A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A826; }
p { color: rgb(114,168,38); }
H1.HeaderClassName
{
color: #72A826;
}
.AnyTagClassName
{
color: #72A826;
}
</style>
background-color css
<style>
a { background-color: #72A826; }
a { background-color: rgb(114,168,38); }
div.DivClassName
{
background-color: #72A826;
}
.BgClassName
{
background-color: #72A826;
}
</style>
border-color css
<style>
span { border-color: #72A826; }
span { border-color: rgb(114,168,38); }
td.TdClassName
{
border-color: #72A826;
}
.TagClassName
{
border-color: #72A826;
}
</style>