Shades of Christi #72A700
Tints of Christi #72A700
RGB
CMYK
RGB Variations
Color information
#72A700 (or 0x72A700) is known color: Christi. HEX triplet: 72, A7 and 00. RGB value is (114,167,0). Sum of RGB (Red+Green+Blue) = 114+167+0=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #72A700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A700 is #8D58FF. Grayscale: #848484. Windows color (decimal): -9263360 or 42866. OLE color: 42866.
HSL color Cylindrical-coordinate representation of color #72A700: hue angle of 79.04º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72A700 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.35 |
| HSL | 79.04º | 1% | 0.33% | - |
| HSV(B) | 79.04º | 1% | 0.65% | - |
| XYZ | 20.76 | 31.21 | 4.93 | - |
| YUV | 132.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 0 | 0.32 | 0 | 1 | 0.35 | 79.04 | 1 | 0.33 |
| Hex | 72 | A7 | 0 | 20 | 0 | 64 | 23 | 4F | 64 | 21 |
| Octal | 162 | 247 | 0 | 40 | 0 | 144 | 43 | 117 | 144 | 41 |
| Binary | 1110010 | 10100111 | 0 | 100000 | 0 | 1100100 | 100011 | 1001111 | 1100100 | 100001 |
Color Harmonies of #72A700
Complementary color
Monochromatic Colors of #72A700
Black with #72A700
Text Example
Text Example
White with #72A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A700; }
p { color: rgb(114,167,0); }
H1.HeaderClassName
{
color: #72A700;
}
.AnyTagClassName
{
color: #72A700;
}
</style>
background-color css
<style>
a { background-color: #72A700; }
a { background-color: rgb(114,167,0); }
div.DivClassName
{
background-color: #72A700;
}
.BgClassName
{
background-color: #72A700;
}
</style>
border-color css
<style>
span { border-color: #72A700; }
span { border-color: rgb(114,167,0); }
td.TdClassName
{
border-color: #72A700;
}
.TagClassName
{
border-color: #72A700;
}
</style>