Shades of Christi #72AD0B
Tints of Christi #72AD0B
RGB
CMYK
RGB Variations
Color information
#72AD0B (or 0x72AD0B) is known color: Christi. HEX triplet: 72, AD and 0B. RGB value is (114,173,11). Sum of RGB (Red+Green+Blue) = 114+173+11=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD0B is #8D52F4. Grayscale: #898989. Windows color (decimal): -9261813 or 765298. OLE color: 765298.
HSL color Cylindrical-coordinate representation of color #72AD0B: hue angle of 81.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72AD0B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 11 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.32 |
| HSL | 81.85º | 0.88% | 0.36% | - |
| HSV(B) | 81.85º | 0.94% | 0.68% | - |
| XYZ | 21.94 | 33.49 | 5.62 | - |
| YUV | 136.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 11 | 0.34 | 0 | 0.94 | 0.32 | 81.85 | 0.88 | 0.36 |
| Hex | 72 | AD | B | 22 | 0 | 5E | 20 | 52 | 58 | 24 |
| Octal | 162 | 255 | 13 | 42 | 0 | 136 | 40 | 122 | 130 | 44 |
| Binary | 1110010 | 10101101 | 1011 | 100010 | 0 | 1011110 | 100000 | 1010010 | 1011000 | 100100 |
Color Harmonies of #72AD0B
Complementary color
Monochromatic Colors of #72AD0B
Black with #72AD0B
Text Example
Text Example
White with #72AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD0B; }
p { color: rgb(114,173,11); }
H1.HeaderClassName
{
color: #72AD0B;
}
.AnyTagClassName
{
color: #72AD0B;
}
</style>
background-color css
<style>
a { background-color: #72AD0B; }
a { background-color: rgb(114,173,11); }
div.DivClassName
{
background-color: #72AD0B;
}
.BgClassName
{
background-color: #72AD0B;
}
</style>
border-color css
<style>
span { border-color: #72AD0B; }
span { border-color: rgb(114,173,11); }
td.TdClassName
{
border-color: #72AD0B;
}
.TagClassName
{
border-color: #72AD0B;
}
</style>