Shades of Christi #72B61D
Tints of Christi #72B61D
RGB
CMYK
RGB Variations
Color information
#72B61D (or 0x72B61D) is known color: Christi. HEX triplet: 72, B6 and 1D. RGB value is (114,182,29). Sum of RGB (Red+Green+Blue) = 114+182+29=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #72B61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B61D is #8D49E2. Grayscale: #909090. Windows color (decimal): -9259491 or 1947250. OLE color: 1947250.
HSL color Cylindrical-coordinate representation of color #72B61D: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72B61D is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 182 | 29 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.29 |
| HSL | 86.67º | 0.73% | 0.41% | - |
| HSV(B) | 86.67º | 0.84% | 0.71% | - |
| XYZ | 23.89 | 37.12 | 7.07 | - |
| YUV | 144.23 | 62.97 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 182 | 29 | 0.37 | 0 | 0.84 | 0.29 | 86.67 | 0.73 | 0.41 |
| Hex | 72 | B6 | 1D | 25 | 0 | 54 | 1D | 57 | 49 | 29 |
| Octal | 162 | 266 | 35 | 45 | 0 | 124 | 35 | 127 | 111 | 51 |
| Binary | 1110010 | 10110110 | 11101 | 100101 | 0 | 1010100 | 11101 | 1010111 | 1001001 | 101001 |
Color Harmonies of #72B61D
Complementary color
Monochromatic Colors of #72B61D
Black with #72B61D
Text Example
Text Example
White with #72B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B61D; }
p { color: rgb(114,182,29); }
H1.HeaderClassName
{
color: #72B61D;
}
.AnyTagClassName
{
color: #72B61D;
}
</style>
background-color css
<style>
a { background-color: #72B61D; }
a { background-color: rgb(114,182,29); }
div.DivClassName
{
background-color: #72B61D;
}
.BgClassName
{
background-color: #72B61D;
}
</style>
border-color css
<style>
span { border-color: #72B61D; }
span { border-color: rgb(114,182,29); }
td.TdClassName
{
border-color: #72B61D;
}
.TagClassName
{
border-color: #72B61D;
}
</style>