Shades of Christi #72AD27
Tints of Christi #72AD27
RGB
CMYK
RGB Variations
Color information
#72AD27 (or 0x72AD27) is known color: Christi. HEX triplet: 72, AD and 27. RGB value is (114,173,39). Sum of RGB (Red+Green+Blue) = 114+173+39=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD27 is #8D52D8. Grayscale: #8C8C8C. Windows color (decimal): -9261785 or 2600306. OLE color: 2600306.
HSL color Cylindrical-coordinate representation of color #72AD27: hue angle of 86.42º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72AD27 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 39 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.32 |
| HSL | 86.42º | 0.63% | 0.42% | - |
| HSV(B) | 86.42º | 0.77% | 0.68% | - |
| XYZ | 22.25 | 33.61 | 7.23 | - |
| YUV | 140.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 39 | 0.34 | 0 | 0.77 | 0.32 | 86.42 | 0.63 | 0.42 |
| Hex | 72 | AD | 27 | 22 | 0 | 4D | 20 | 56 | 3F | 2A |
| Octal | 162 | 255 | 47 | 42 | 0 | 115 | 40 | 126 | 77 | 52 |
| Binary | 1110010 | 10101101 | 100111 | 100010 | 0 | 1001101 | 100000 | 1010110 | 111111 | 101010 |
Color Harmonies of #72AD27
Complementary color
Monochromatic Colors of #72AD27
Black with #72AD27
Text Example
Text Example
White with #72AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD27; }
p { color: rgb(114,173,39); }
H1.HeaderClassName
{
color: #72AD27;
}
.AnyTagClassName
{
color: #72AD27;
}
</style>
background-color css
<style>
a { background-color: #72AD27; }
a { background-color: rgb(114,173,39); }
div.DivClassName
{
background-color: #72AD27;
}
.BgClassName
{
background-color: #72AD27;
}
</style>
border-color css
<style>
span { border-color: #72AD27; }
span { border-color: rgb(114,173,39); }
td.TdClassName
{
border-color: #72AD27;
}
.TagClassName
{
border-color: #72AD27;
}
</style>