Shades of Christi #72AD0C
Tints of Christi #72AD0C
RGB
CMYK
RGB Variations
Color information
#72AD0C (or 0x72AD0C) is known color: Christi. HEX triplet: 72, AD and 0C. RGB value is (114,173,12). Sum of RGB (Red+Green+Blue) = 114+173+12=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD0C is #8D52F3. Grayscale: #898989. Windows color (decimal): -9261812 or 830834. OLE color: 830834.
HSL color Cylindrical-coordinate representation of color #72AD0C: hue angle of 81.99º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72AD0C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 12 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.32 |
| HSL | 81.99º | 0.87% | 0.36% | - |
| HSV(B) | 81.99º | 0.93% | 0.68% | - |
| XYZ | 21.95 | 33.49 | 5.66 | - |
| YUV | 137.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 12 | 0.34 | 0 | 0.93 | 0.32 | 81.99 | 0.87 | 0.36 |
| Hex | 72 | AD | C | 22 | 0 | 5D | 20 | 52 | 57 | 24 |
| Octal | 162 | 255 | 14 | 42 | 0 | 135 | 40 | 122 | 127 | 44 |
| Binary | 1110010 | 10101101 | 1100 | 100010 | 0 | 1011101 | 100000 | 1010010 | 1010111 | 100100 |
Color Harmonies of #72AD0C
Complementary color
Monochromatic Colors of #72AD0C
Black with #72AD0C
Text Example
Text Example
White with #72AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD0C; }
p { color: rgb(114,173,12); }
H1.HeaderClassName
{
color: #72AD0C;
}
.AnyTagClassName
{
color: #72AD0C;
}
</style>
background-color css
<style>
a { background-color: #72AD0C; }
a { background-color: rgb(114,173,12); }
div.DivClassName
{
background-color: #72AD0C;
}
.BgClassName
{
background-color: #72AD0C;
}
</style>
border-color css
<style>
span { border-color: #72AD0C; }
span { border-color: rgb(114,173,12); }
td.TdClassName
{
border-color: #72AD0C;
}
.TagClassName
{
border-color: #72AD0C;
}
</style>