Shades of Christi #72A21F
Tints of Christi #72A21F
RGB
CMYK
RGB Variations
Color information
#72A21F (or 0x72A21F) is known color: Christi. HEX triplet: 72, A2 and 1F. RGB value is (114,162,31). Sum of RGB (Red+Green+Blue) = 114+162+31=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #72A21F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A21F is #8D5DE0. Grayscale: #858585. Windows color (decimal): -9264609 or 2073202. OLE color: 2073202.
HSL color Cylindrical-coordinate representation of color #72A21F: hue angle of 81.98º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72A21F is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 31 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.36 |
| HSL | 81.98º | 0.68% | 0.38% | - |
| HSV(B) | 81.98º | 0.81% | 0.64% | - |
| XYZ | 20.11 | 29.52 | 5.93 | - |
| YUV | 132.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 31 | 0.30 | 0 | 0.81 | 0.36 | 81.98 | 0.68 | 0.38 |
| Hex | 72 | A2 | 1F | 1E | 0 | 51 | 24 | 52 | 44 | 26 |
| Octal | 162 | 242 | 37 | 36 | 0 | 121 | 44 | 122 | 104 | 46 |
| Binary | 1110010 | 10100010 | 11111 | 11110 | 0 | 1010001 | 100100 | 1010010 | 1000100 | 100110 |
Color Harmonies of #72A21F
Complementary color
Monochromatic Colors of #72A21F
Black with #72A21F
Text Example
Text Example
White with #72A21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A21F; }
p { color: rgb(114,162,31); }
H1.HeaderClassName
{
color: #72A21F;
}
.AnyTagClassName
{
color: #72A21F;
}
</style>
background-color css
<style>
a { background-color: #72A21F; }
a { background-color: rgb(114,162,31); }
div.DivClassName
{
background-color: #72A21F;
}
.BgClassName
{
background-color: #72A21F;
}
</style>
border-color css
<style>
span { border-color: #72A21F; }
span { border-color: rgb(114,162,31); }
td.TdClassName
{
border-color: #72A21F;
}
.TagClassName
{
border-color: #72A21F;
}
</style>