Shades of Christi #72AD0E
Tints of Christi #72AD0E
RGB
CMYK
RGB Variations
Color information
#72AD0E (or 0x72AD0E) is known color: Christi. HEX triplet: 72, AD and 0E. RGB value is (114,173,14). Sum of RGB (Red+Green+Blue) = 114+173+14=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD0E is #8D52F1. Grayscale: #898989. Windows color (decimal): -9261810 or 961906. OLE color: 961906.
HSL color Cylindrical-coordinate representation of color #72AD0E: hue angle of 82.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72AD0E is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 14 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.32 |
| HSL | 82.26º | 0.85% | 0.37% | - |
| HSV(B) | 82.26º | 0.92% | 0.68% | - |
| XYZ | 21.96 | 33.5 | 5.72 | - |
| YUV | 137.23 | 58.45 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 14 | 0.34 | 0 | 0.92 | 0.32 | 82.26 | 0.85 | 0.37 |
| Hex | 72 | AD | E | 22 | 0 | 5C | 20 | 52 | 55 | 25 |
| Octal | 162 | 255 | 16 | 42 | 0 | 134 | 40 | 122 | 125 | 45 |
| Binary | 1110010 | 10101101 | 1110 | 100010 | 0 | 1011100 | 100000 | 1010010 | 1010101 | 100101 |
Color Harmonies of #72AD0E
Complementary color
Monochromatic Colors of #72AD0E
Black with #72AD0E
Text Example
Text Example
White with #72AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD0E; }
p { color: rgb(114,173,14); }
H1.HeaderClassName
{
color: #72AD0E;
}
.AnyTagClassName
{
color: #72AD0E;
}
</style>
background-color css
<style>
a { background-color: #72AD0E; }
a { background-color: rgb(114,173,14); }
div.DivClassName
{
background-color: #72AD0E;
}
.BgClassName
{
background-color: #72AD0E;
}
</style>
border-color css
<style>
span { border-color: #72AD0E; }
span { border-color: rgb(114,173,14); }
td.TdClassName
{
border-color: #72AD0E;
}
.TagClassName
{
border-color: #72AD0E;
}
</style>