Shades of Christi #72B40C
Tints of Christi #72B40C
RGB
CMYK
RGB Variations
Color information
#72B40C (or 0x72B40C) is known color: Christi. HEX triplet: 72, B4 and 0C. RGB value is (114,180,12). Sum of RGB (Red+Green+Blue) = 114+180+12=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #72B40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B40C is #8D4BF3. Grayscale: #8D8D8D. Windows color (decimal): -9260020 or 832626. OLE color: 832626.
HSL color Cylindrical-coordinate representation of color #72B40C: hue angle of 83.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72B40C is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 180 | 12 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.29 |
| HSL | 83.57º | 0.88% | 0.38% | - |
| HSV(B) | 83.57º | 0.93% | 0.71% | - |
| XYZ | 23.33 | 36.25 | 6.11 | - |
| YUV | 141.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 180 | 12 | 0.37 | 0 | 0.93 | 0.29 | 83.57 | 0.88 | 0.38 |
| Hex | 72 | B4 | C | 25 | 0 | 5D | 1D | 54 | 58 | 26 |
| Octal | 162 | 264 | 14 | 45 | 0 | 135 | 35 | 124 | 130 | 46 |
| Binary | 1110010 | 10110100 | 1100 | 100101 | 0 | 1011101 | 11101 | 1010100 | 1011000 | 100110 |
Color Harmonies of #72B40C
Complementary color
Monochromatic Colors of #72B40C
Black with #72B40C
Text Example
Text Example
White with #72B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B40C; }
p { color: rgb(114,180,12); }
H1.HeaderClassName
{
color: #72B40C;
}
.AnyTagClassName
{
color: #72B40C;
}
</style>
background-color css
<style>
a { background-color: #72B40C; }
a { background-color: rgb(114,180,12); }
div.DivClassName
{
background-color: #72B40C;
}
.BgClassName
{
background-color: #72B40C;
}
</style>
border-color css
<style>
span { border-color: #72B40C; }
span { border-color: rgb(114,180,12); }
td.TdClassName
{
border-color: #72B40C;
}
.TagClassName
{
border-color: #72B40C;
}
</style>