Shades of Christi #61AD13
Tints of Christi #61AD13
RGB
CMYK
RGB Variations
Color information
#61AD13 (or 0x61AD13) is known color: Christi. HEX triplet: 61, AD and 13. RGB value is (97,173,19). Sum of RGB (Red+Green+Blue) = 97+173+19=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61AD13 is #9E52EC. Grayscale: #858585. Windows color (decimal): -10375917 or 1289569. OLE color: 1289569.
HSL color Cylindrical-coordinate representation of color #61AD13: hue angle of 89.61º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61AD13 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 19 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.32 |
| HSL | 89.61º | 0.8% | 0.38% | - |
| HSV(B) | 89.61º | 0.89% | 0.68% | - |
| XYZ | 19.99 | 32.48 | 5.83 | - |
| YUV | 132.72 | 63.82 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 19 | 0.44 | 0 | 0.89 | 0.32 | 89.61 | 0.8 | 0.38 |
| Hex | 61 | AD | 13 | 2C | 0 | 59 | 20 | 5A | 50 | 26 |
| Octal | 141 | 255 | 23 | 54 | 0 | 131 | 40 | 132 | 120 | 46 |
| Binary | 1100001 | 10101101 | 10011 | 101100 | 0 | 1011001 | 100000 | 1011010 | 1010000 | 100110 |
Color Harmonies of #61AD13
Complementary color
Monochromatic Colors of #61AD13
Black with #61AD13
Text Example
Text Example
White with #61AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD13; }
p { color: rgb(97,173,19); }
H1.HeaderClassName
{
color: #61AD13;
}
.AnyTagClassName
{
color: #61AD13;
}
</style>
background-color css
<style>
a { background-color: #61AD13; }
a { background-color: rgb(97,173,19); }
div.DivClassName
{
background-color: #61AD13;
}
.BgClassName
{
background-color: #61AD13;
}
</style>
border-color css
<style>
span { border-color: #61AD13; }
span { border-color: rgb(97,173,19); }
td.TdClassName
{
border-color: #61AD13;
}
.TagClassName
{
border-color: #61AD13;
}
</style>