Shades of Christi #72A101
Tints of Christi #72A101
RGB
CMYK
RGB Variations
Color information
#72A101 (or 0x72A101) is known color: Christi. HEX triplet: 72, A1 and 01. RGB value is (114,161,1). Sum of RGB (Red+Green+Blue) = 114+161+1=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #72A101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A101 is #8D5EFE. Grayscale: #818181. Windows color (decimal): -9264895 or 106866. OLE color: 106866.
HSL color Cylindrical-coordinate representation of color #72A101: hue angle of 77.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72A101 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 161 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.37 |
| HSL | 77.63º | 0.99% | 0.32% | - |
| HSV(B) | 77.63º | 0.99% | 0.63% | - |
| XYZ | 19.69 | 29.07 | 4.6 | - |
| YUV | 128.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 1 | 0.29 | 0 | 0.99 | 0.37 | 77.63 | 0.99 | 0.32 |
| Hex | 72 | A1 | 1 | 1D | 0 | 63 | 25 | 4E | 63 | 20 |
| Octal | 162 | 241 | 1 | 35 | 0 | 143 | 45 | 116 | 143 | 40 |
| Binary | 1110010 | 10100001 | 1 | 11101 | 0 | 1100011 | 100101 | 1001110 | 1100011 | 100000 |
Color Harmonies of #72A101
Complementary color
Monochromatic Colors of #72A101
Black with #72A101
Text Example
Text Example
White with #72A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A101; }
p { color: rgb(114,161,1); }
H1.HeaderClassName
{
color: #72A101;
}
.AnyTagClassName
{
color: #72A101;
}
</style>
background-color css
<style>
a { background-color: #72A101; }
a { background-color: rgb(114,161,1); }
div.DivClassName
{
background-color: #72A101;
}
.BgClassName
{
background-color: #72A101;
}
</style>
border-color css
<style>
span { border-color: #72A101; }
span { border-color: rgb(114,161,1); }
td.TdClassName
{
border-color: #72A101;
}
.TagClassName
{
border-color: #72A101;
}
</style>