Shades of Christi #72A411
Tints of Christi #72A411
RGB
CMYK
RGB Variations
Color information
#72A411 (or 0x72A411) is known color: Christi. HEX triplet: 72, A4 and 11. RGB value is (114,164,17). Sum of RGB (Red+Green+Blue) = 114+164+17=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #72A411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A411 is #8D5BEE. Grayscale: #848484. Windows color (decimal): -9264111 or 1156210. OLE color: 1156210.
HSL color Cylindrical-coordinate representation of color #72A411: hue angle of 80.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72A411 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 17 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.36 |
| HSL | 80.41º | 0.81% | 0.35% | - |
| HSV(B) | 80.41º | 0.9% | 0.64% | - |
| XYZ | 20.32 | 30.17 | 5.28 | - |
| YUV | 132.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 17 | 0.30 | 0 | 0.90 | 0.36 | 80.41 | 0.81 | 0.35 |
| Hex | 72 | A4 | 11 | 1E | 0 | 5A | 24 | 50 | 51 | 23 |
| Octal | 162 | 244 | 21 | 36 | 0 | 132 | 44 | 120 | 121 | 43 |
| Binary | 1110010 | 10100100 | 10001 | 11110 | 0 | 1011010 | 100100 | 1010000 | 1010001 | 100011 |
Color Harmonies of #72A411
Complementary color
Monochromatic Colors of #72A411
Black with #72A411
Text Example
Text Example
White with #72A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A411; }
p { color: rgb(114,164,17); }
H1.HeaderClassName
{
color: #72A411;
}
.AnyTagClassName
{
color: #72A411;
}
</style>
background-color css
<style>
a { background-color: #72A411; }
a { background-color: rgb(114,164,17); }
div.DivClassName
{
background-color: #72A411;
}
.BgClassName
{
background-color: #72A411;
}
</style>
border-color css
<style>
span { border-color: #72A411; }
span { border-color: rgb(114,164,17); }
td.TdClassName
{
border-color: #72A411;
}
.TagClassName
{
border-color: #72A411;
}
</style>