Shades of Christi #72AD07
Tints of Christi #72AD07
RGB
CMYK
RGB Variations
Color information
#72AD07 (or 0x72AD07) is known color: Christi. HEX triplet: 72, AD and 07. RGB value is (114,173,7). Sum of RGB (Red+Green+Blue) = 114+173+7=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD07 is #8D52F8. Grayscale: #898989. Windows color (decimal): -9261817 or 503154. OLE color: 503154.
HSL color Cylindrical-coordinate representation of color #72AD07: hue angle of 81.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72AD07 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 7 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.32 |
| HSL | 81.33º | 0.92% | 0.35% | - |
| HSV(B) | 81.33º | 0.96% | 0.68% | - |
| XYZ | 21.92 | 33.48 | 5.51 | - |
| YUV | 136.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 7 | 0.34 | 0 | 0.96 | 0.32 | 81.33 | 0.92 | 0.35 |
| Hex | 72 | AD | 7 | 22 | 0 | 60 | 20 | 51 | 5C | 23 |
| Octal | 162 | 255 | 7 | 42 | 0 | 140 | 40 | 121 | 134 | 43 |
| Binary | 1110010 | 10101101 | 111 | 100010 | 0 | 1100000 | 100000 | 1010001 | 1011100 | 100011 |
Color Harmonies of #72AD07
Complementary color
Monochromatic Colors of #72AD07
Black with #72AD07
Text Example
Text Example
White with #72AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD07; }
p { color: rgb(114,173,7); }
H1.HeaderClassName
{
color: #72AD07;
}
.AnyTagClassName
{
color: #72AD07;
}
</style>
background-color css
<style>
a { background-color: #72AD07; }
a { background-color: rgb(114,173,7); }
div.DivClassName
{
background-color: #72AD07;
}
.BgClassName
{
background-color: #72AD07;
}
</style>
border-color css
<style>
span { border-color: #72AD07; }
span { border-color: rgb(114,173,7); }
td.TdClassName
{
border-color: #72AD07;
}
.TagClassName
{
border-color: #72AD07;
}
</style>