Shades of Christi #61A613
Tints of Christi #61A613
RGB
CMYK
RGB Variations
Color information
#61A613 (or 0x61A613) is known color: Christi. HEX triplet: 61, A6 and 13. RGB value is (97,166,19). Sum of RGB (Red+Green+Blue) = 97+166+19=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #61A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A613 is #9E59EC. Grayscale: #818181. Windows color (decimal): -10377709 or 1287777. OLE color: 1287777.
HSL color Cylindrical-coordinate representation of color #61A613: hue angle of 88.16º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61A613 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 19 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.35 |
| HSL | 88.16º | 0.79% | 0.36% | - |
| HSV(B) | 88.16º | 0.89% | 0.65% | - |
| XYZ | 18.68 | 29.86 | 5.4 | - |
| YUV | 128.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 19 | 0.42 | 0 | 0.89 | 0.35 | 88.16 | 0.79 | 0.36 |
| Hex | 61 | A6 | 13 | 2A | 0 | 59 | 23 | 58 | 4F | 24 |
| Octal | 141 | 246 | 23 | 52 | 0 | 131 | 43 | 130 | 117 | 44 |
| Binary | 1100001 | 10100110 | 10011 | 101010 | 0 | 1011001 | 100011 | 1011000 | 1001111 | 100100 |
Color Harmonies of #61A613
Complementary color
Monochromatic Colors of #61A613
Black with #61A613
Text Example
Text Example
White with #61A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A613; }
p { color: rgb(97,166,19); }
H1.HeaderClassName
{
color: #61A613;
}
.AnyTagClassName
{
color: #61A613;
}
</style>
background-color css
<style>
a { background-color: #61A613; }
a { background-color: rgb(97,166,19); }
div.DivClassName
{
background-color: #61A613;
}
.BgClassName
{
background-color: #61A613;
}
</style>
border-color css
<style>
span { border-color: #61A613; }
span { border-color: rgb(97,166,19); }
td.TdClassName
{
border-color: #61A613;
}
.TagClassName
{
border-color: #61A613;
}
</style>