Shades of Christi #72B30C
Tints of Christi #72B30C
RGB
CMYK
RGB Variations
Color information
#72B30C (or 0x72B30C) is known color: Christi. HEX triplet: 72, B3 and 0C. RGB value is (114,179,12). Sum of RGB (Red+Green+Blue) = 114+179+12=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #72B30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B30C is #8D4CF3. Grayscale: #8D8D8D. Windows color (decimal): -9260276 or 832370. OLE color: 832370.
HSL color Cylindrical-coordinate representation of color #72B30C: hue angle of 83.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72B30C is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 12 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.30 |
| HSL | 83.35º | 0.87% | 0.37% | - |
| HSV(B) | 83.35º | 0.93% | 0.7% | - |
| XYZ | 23.13 | 35.84 | 6.05 | - |
| YUV | 140.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 12 | 0.36 | 0 | 0.93 | 0.30 | 83.35 | 0.87 | 0.37 |
| Hex | 72 | B3 | C | 24 | 0 | 5D | 1E | 53 | 57 | 25 |
| Octal | 162 | 263 | 14 | 44 | 0 | 135 | 36 | 123 | 127 | 45 |
| Binary | 1110010 | 10110011 | 1100 | 100100 | 0 | 1011101 | 11110 | 1010011 | 1010111 | 100101 |
Color Harmonies of #72B30C
Complementary color
Monochromatic Colors of #72B30C
Black with #72B30C
Text Example
Text Example
White with #72B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B30C; }
p { color: rgb(114,179,12); }
H1.HeaderClassName
{
color: #72B30C;
}
.AnyTagClassName
{
color: #72B30C;
}
</style>
background-color css
<style>
a { background-color: #72B30C; }
a { background-color: rgb(114,179,12); }
div.DivClassName
{
background-color: #72B30C;
}
.BgClassName
{
background-color: #72B30C;
}
</style>
border-color css
<style>
span { border-color: #72B30C; }
span { border-color: rgb(114,179,12); }
td.TdClassName
{
border-color: #72B30C;
}
.TagClassName
{
border-color: #72B30C;
}
</style>