Shades of Christi #72A205
Tints of Christi #72A205
RGB
CMYK
RGB Variations
Color information
#72A205 (or 0x72A205) is known color: Christi. HEX triplet: 72, A2 and 05. RGB value is (114,162,5). Sum of RGB (Red+Green+Blue) = 114+162+5=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #72A205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A205 is #8D5DFA. Grayscale: #828282. Windows color (decimal): -9264635 or 369266. OLE color: 369266.
HSL color Cylindrical-coordinate representation of color #72A205: hue angle of 78.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72A205 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.36 |
| HSL | 78.34º | 0.94% | 0.33% | - |
| HSV(B) | 78.34º | 0.97% | 0.64% | - |
| XYZ | 19.89 | 29.43 | 4.78 | - |
| YUV | 129.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 5 | 0.30 | 0 | 0.97 | 0.36 | 78.34 | 0.94 | 0.33 |
| Hex | 72 | A2 | 5 | 1E | 0 | 61 | 24 | 4E | 5E | 21 |
| Octal | 162 | 242 | 5 | 36 | 0 | 141 | 44 | 116 | 136 | 41 |
| Binary | 1110010 | 10100010 | 101 | 11110 | 0 | 1100001 | 100100 | 1001110 | 1011110 | 100001 |
Color Harmonies of #72A205
Complementary color
Monochromatic Colors of #72A205
Black with #72A205
Text Example
Text Example
White with #72A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A205; }
p { color: rgb(114,162,5); }
H1.HeaderClassName
{
color: #72A205;
}
.AnyTagClassName
{
color: #72A205;
}
</style>
background-color css
<style>
a { background-color: #72A205; }
a { background-color: rgb(114,162,5); }
div.DivClassName
{
background-color: #72A205;
}
.BgClassName
{
background-color: #72A205;
}
</style>
border-color css
<style>
span { border-color: #72A205; }
span { border-color: rgb(114,162,5); }
td.TdClassName
{
border-color: #72A205;
}
.TagClassName
{
border-color: #72A205;
}
</style>