Shades of Christi #72AD0D
Tints of Christi #72AD0D
RGB
CMYK
RGB Variations
Color information
#72AD0D (or 0x72AD0D) is known color: Christi. HEX triplet: 72, AD and 0D. RGB value is (114,173,13). Sum of RGB (Red+Green+Blue) = 114+173+13=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD0D is #8D52F2. Grayscale: #898989. Windows color (decimal): -9261811 or 896370. OLE color: 896370.
HSL color Cylindrical-coordinate representation of color #72AD0D: hue angle of 82.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72AD0D is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 13 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.32 |
| HSL | 82.13º | 0.86% | 0.36% | - |
| HSV(B) | 82.13º | 0.92% | 0.68% | - |
| XYZ | 21.96 | 33.49 | 5.69 | - |
| YUV | 137.12 | 57.95 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 13 | 0.34 | 0 | 0.92 | 0.32 | 82.13 | 0.86 | 0.36 |
| Hex | 72 | AD | D | 22 | 0 | 5C | 20 | 52 | 56 | 24 |
| Octal | 162 | 255 | 15 | 42 | 0 | 134 | 40 | 122 | 126 | 44 |
| Binary | 1110010 | 10101101 | 1101 | 100010 | 0 | 1011100 | 100000 | 1010010 | 1010110 | 100100 |
Color Harmonies of #72AD0D
Complementary color
Monochromatic Colors of #72AD0D
Black with #72AD0D
Text Example
Text Example
White with #72AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD0D; }
p { color: rgb(114,173,13); }
H1.HeaderClassName
{
color: #72AD0D;
}
.AnyTagClassName
{
color: #72AD0D;
}
</style>
background-color css
<style>
a { background-color: #72AD0D; }
a { background-color: rgb(114,173,13); }
div.DivClassName
{
background-color: #72AD0D;
}
.BgClassName
{
background-color: #72AD0D;
}
</style>
border-color css
<style>
span { border-color: #72AD0D; }
span { border-color: rgb(114,173,13); }
td.TdClassName
{
border-color: #72AD0D;
}
.TagClassName
{
border-color: #72AD0D;
}
</style>