Shades of Christi #61A610
Tints of Christi #61A610
RGB
CMYK
RGB Variations
Color information
#61A610 (or 0x61A610) is known color: Christi. HEX triplet: 61, A6 and 10. RGB value is (97,166,16). Sum of RGB (Red+Green+Blue) = 97+166+16=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #61A610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A610 is #9E59EF. Grayscale: #808080. Windows color (decimal): -10377712 or 1091169. OLE color: 1091169.
HSL color Cylindrical-coordinate representation of color #61A610: hue angle of 87.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61A610 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 16 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.35 |
| HSL | 87.6º | 0.82% | 0.36% | - |
| HSV(B) | 87.6º | 0.9% | 0.65% | - |
| XYZ | 18.66 | 29.85 | 5.27 | - |
| YUV | 128.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 16 | 0.42 | 0 | 0.90 | 0.35 | 87.6 | 0.82 | 0.36 |
| Hex | 61 | A6 | 10 | 2A | 0 | 5A | 23 | 58 | 52 | 24 |
| Octal | 141 | 246 | 20 | 52 | 0 | 132 | 43 | 130 | 122 | 44 |
| Binary | 1100001 | 10100110 | 10000 | 101010 | 0 | 1011010 | 100011 | 1011000 | 1010010 | 100100 |
Color Harmonies of #61A610
Complementary color
Monochromatic Colors of #61A610
Black with #61A610
Text Example
Text Example
White with #61A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A610; }
p { color: rgb(97,166,16); }
H1.HeaderClassName
{
color: #61A610;
}
.AnyTagClassName
{
color: #61A610;
}
</style>
background-color css
<style>
a { background-color: #61A610; }
a { background-color: rgb(97,166,16); }
div.DivClassName
{
background-color: #61A610;
}
.BgClassName
{
background-color: #61A610;
}
</style>
border-color css
<style>
span { border-color: #61A610; }
span { border-color: rgb(97,166,16); }
td.TdClassName
{
border-color: #61A610;
}
.TagClassName
{
border-color: #61A610;
}
</style>