Shades of Christi #72A102
Tints of Christi #72A102
RGB
CMYK
RGB Variations
Color information
#72A102 (or 0x72A102) is known color: Christi. HEX triplet: 72, A1 and 02. RGB value is (114,161,2). Sum of RGB (Red+Green+Blue) = 114+161+2=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #72A102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A102 is #8D5EFD. Grayscale: #818181. Windows color (decimal): -9264894 or 172402. OLE color: 172402.
HSL color Cylindrical-coordinate representation of color #72A102: hue angle of 77.74º degrees, saturation: 0.98, 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 #72A102 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 161 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.37 |
| HSL | 77.74º | 0.98% | 0.32% | - |
| HSV(B) | 77.74º | 0.99% | 0.63% | - |
| XYZ | 19.7 | 29.07 | 4.63 | - |
| YUV | 128.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 2 | 0.29 | 0 | 0.99 | 0.37 | 77.74 | 0.98 | 0.32 |
| Hex | 72 | A1 | 2 | 1D | 0 | 63 | 25 | 4E | 62 | 20 |
| Octal | 162 | 241 | 2 | 35 | 0 | 143 | 45 | 116 | 142 | 40 |
| Binary | 1110010 | 10100001 | 10 | 11101 | 0 | 1100011 | 100101 | 1001110 | 1100010 | 100000 |
Color Harmonies of #72A102
Complementary color
Monochromatic Colors of #72A102
Black with #72A102
Text Example
Text Example
White with #72A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A102; }
p { color: rgb(114,161,2); }
H1.HeaderClassName
{
color: #72A102;
}
.AnyTagClassName
{
color: #72A102;
}
</style>
background-color css
<style>
a { background-color: #72A102; }
a { background-color: rgb(114,161,2); }
div.DivClassName
{
background-color: #72A102;
}
.BgClassName
{
background-color: #72A102;
}
</style>
border-color css
<style>
span { border-color: #72A102; }
span { border-color: rgb(114,161,2); }
td.TdClassName
{
border-color: #72A102;
}
.TagClassName
{
border-color: #72A102;
}
</style>