Shades of Christi #72A41D
Tints of Christi #72A41D
RGB
CMYK
RGB Variations
Color information
#72A41D (or 0x72A41D) is known color: Christi. HEX triplet: 72, A4 and 1D. RGB value is (114,164,29). Sum of RGB (Red+Green+Blue) = 114+164+29=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #72A41D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A41D is #8D5BE2. Grayscale: #868686. Windows color (decimal): -9264099 or 1942642. OLE color: 1942642.
HSL color Cylindrical-coordinate representation of color #72A41D: hue angle of 82.22º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72A41D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 29 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.36 |
| HSL | 82.22º | 0.7% | 0.38% | - |
| HSV(B) | 82.22º | 0.82% | 0.64% | - |
| XYZ | 20.44 | 30.22 | 5.92 | - |
| YUV | 133.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 29 | 0.30 | 0 | 0.82 | 0.36 | 82.22 | 0.7 | 0.38 |
| Hex | 72 | A4 | 1D | 1E | 0 | 52 | 24 | 52 | 46 | 26 |
| Octal | 162 | 244 | 35 | 36 | 0 | 122 | 44 | 122 | 106 | 46 |
| Binary | 1110010 | 10100100 | 11101 | 11110 | 0 | 1010010 | 100100 | 1010010 | 1000110 | 100110 |
Color Harmonies of #72A41D
Complementary color
Monochromatic Colors of #72A41D
Black with #72A41D
Text Example
Text Example
White with #72A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A41D; }
p { color: rgb(114,164,29); }
H1.HeaderClassName
{
color: #72A41D;
}
.AnyTagClassName
{
color: #72A41D;
}
</style>
background-color css
<style>
a { background-color: #72A41D; }
a { background-color: rgb(114,164,29); }
div.DivClassName
{
background-color: #72A41D;
}
.BgClassName
{
background-color: #72A41D;
}
</style>
border-color css
<style>
span { border-color: #72A41D; }
span { border-color: rgb(114,164,29); }
td.TdClassName
{
border-color: #72A41D;
}
.TagClassName
{
border-color: #72A41D;
}
</style>