Shades of Christi #72A800
Tints of Christi #72A800
RGB
CMYK
RGB Variations
Color information
#72A800 (or 0x72A800) is known color: Christi. HEX triplet: 72, A8 and 00. RGB value is (114,168,0). Sum of RGB (Red+Green+Blue) = 114+168+0=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #72A800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A800 is #8D57FF. Grayscale: #858585. Windows color (decimal): -9263104 or 43122. OLE color: 43122.
HSL color Cylindrical-coordinate representation of color #72A800: hue angle of 79.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72A800 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.34 |
| HSL | 79.29º | 1% | 0.33% | - |
| HSV(B) | 79.29º | 1% | 0.66% | - |
| XYZ | 20.94 | 31.58 | 4.99 | - |
| YUV | 132.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 0 | 0.32 | 0 | 1 | 0.34 | 79.29 | 1 | 0.33 |
| Hex | 72 | A8 | 0 | 20 | 0 | 64 | 22 | 4F | 64 | 21 |
| Octal | 162 | 250 | 0 | 40 | 0 | 144 | 42 | 117 | 144 | 41 |
| Binary | 1110010 | 10101000 | 0 | 100000 | 0 | 1100100 | 100010 | 1001111 | 1100100 | 100001 |
Color Harmonies of #72A800
Complementary color
Monochromatic Colors of #72A800
Black with #72A800
Text Example
Text Example
White with #72A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A800; }
p { color: rgb(114,168,0); }
H1.HeaderClassName
{
color: #72A800;
}
.AnyTagClassName
{
color: #72A800;
}
</style>
background-color css
<style>
a { background-color: #72A800; }
a { background-color: rgb(114,168,0); }
div.DivClassName
{
background-color: #72A800;
}
.BgClassName
{
background-color: #72A800;
}
</style>
border-color css
<style>
span { border-color: #72A800; }
span { border-color: rgb(114,168,0); }
td.TdClassName
{
border-color: #72A800;
}
.TagClassName
{
border-color: #72A800;
}
</style>