Shades of Christi #72AD1F
Tints of Christi #72AD1F
RGB
CMYK
RGB Variations
Color information
#72AD1F (or 0x72AD1F) is known color: Christi. HEX triplet: 72, AD and 1F. RGB value is (114,173,31). Sum of RGB (Red+Green+Blue) = 114+173+31=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AD1F is #8D52E0. Grayscale: #8B8B8B. Windows color (decimal): -9261793 or 2076018. OLE color: 2076018.
HSL color Cylindrical-coordinate representation of color #72AD1F: hue angle of 84.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72AD1F is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 31 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.32 |
| HSL | 84.93º | 0.7% | 0.4% | - |
| HSV(B) | 84.93º | 0.82% | 0.68% | - |
| XYZ | 22.13 | 33.56 | 6.61 | - |
| YUV | 139.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 31 | 0.34 | 0 | 0.82 | 0.32 | 84.93 | 0.7 | 0.4 |
| Hex | 72 | AD | 1F | 22 | 0 | 52 | 20 | 55 | 46 | 28 |
| Octal | 162 | 255 | 37 | 42 | 0 | 122 | 40 | 125 | 106 | 50 |
| Binary | 1110010 | 10101101 | 11111 | 100010 | 0 | 1010010 | 100000 | 1010101 | 1000110 | 101000 |
Color Harmonies of #72AD1F
Complementary color
Monochromatic Colors of #72AD1F
Black with #72AD1F
Text Example
Text Example
White with #72AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD1F; }
p { color: rgb(114,173,31); }
H1.HeaderClassName
{
color: #72AD1F;
}
.AnyTagClassName
{
color: #72AD1F;
}
</style>
background-color css
<style>
a { background-color: #72AD1F; }
a { background-color: rgb(114,173,31); }
div.DivClassName
{
background-color: #72AD1F;
}
.BgClassName
{
background-color: #72AD1F;
}
</style>
border-color css
<style>
span { border-color: #72AD1F; }
span { border-color: rgb(114,173,31); }
td.TdClassName
{
border-color: #72AD1F;
}
.TagClassName
{
border-color: #72AD1F;
}
</style>