Shades of Christi #72A40B
Tints of Christi #72A40B
RGB
CMYK
RGB Variations
Color information
#72A40B (or 0x72A40B) is known color: Christi. HEX triplet: 72, A4 and 0B. RGB value is (114,164,11). Sum of RGB (Red+Green+Blue) = 114+164+11=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #72A40B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A40B is #8D5BF4. Grayscale: #848484. Windows color (decimal): -9264117 or 762994. OLE color: 762994.
HSL color Cylindrical-coordinate representation of color #72A40B: hue angle of 79.61º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72A40B is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 11 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.36 |
| HSL | 79.61º | 0.87% | 0.34% | - |
| HSV(B) | 79.61º | 0.93% | 0.64% | - |
| XYZ | 20.28 | 30.15 | 5.07 | - |
| YUV | 131.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 11 | 0.30 | 0 | 0.93 | 0.36 | 79.61 | 0.87 | 0.34 |
| Hex | 72 | A4 | B | 1E | 0 | 5D | 24 | 50 | 57 | 22 |
| Octal | 162 | 244 | 13 | 36 | 0 | 135 | 44 | 120 | 127 | 42 |
| Binary | 1110010 | 10100100 | 1011 | 11110 | 0 | 1011101 | 100100 | 1010000 | 1010111 | 100010 |
Color Harmonies of #72A40B
Complementary color
Monochromatic Colors of #72A40B
Black with #72A40B
Text Example
Text Example
White with #72A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A40B; }
p { color: rgb(114,164,11); }
H1.HeaderClassName
{
color: #72A40B;
}
.AnyTagClassName
{
color: #72A40B;
}
</style>
background-color css
<style>
a { background-color: #72A40B; }
a { background-color: rgb(114,164,11); }
div.DivClassName
{
background-color: #72A40B;
}
.BgClassName
{
background-color: #72A40B;
}
</style>
border-color css
<style>
span { border-color: #72A40B; }
span { border-color: rgb(114,164,11); }
td.TdClassName
{
border-color: #72A40B;
}
.TagClassName
{
border-color: #72A40B;
}
</style>