Shades of Christi #61A819
Tints of Christi #61A819
RGB
CMYK
RGB Variations
Color information
#61A819 (or 0x61A819) is known color: Christi. HEX triplet: 61, A8 and 19. RGB value is (97,168,25). Sum of RGB (Red+Green+Blue) = 97+168+25=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #61A819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A819 is #9E57E6. Grayscale: #828282. Windows color (decimal): -10377191 or 1681505. OLE color: 1681505.
HSL color Cylindrical-coordinate representation of color #61A819: hue angle of 89.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61A819 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 25 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.34 |
| HSL | 89.79º | 0.74% | 0.38% | - |
| HSV(B) | 89.79º | 0.85% | 0.66% | - |
| XYZ | 19.11 | 30.62 | 5.82 | - |
| YUV | 130.47 | 68.48 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 25 | 0.42 | 0 | 0.85 | 0.34 | 89.79 | 0.74 | 0.38 |
| Hex | 61 | A8 | 19 | 2A | 0 | 55 | 22 | 5A | 4A | 26 |
| Octal | 141 | 250 | 31 | 52 | 0 | 125 | 42 | 132 | 112 | 46 |
| Binary | 1100001 | 10101000 | 11001 | 101010 | 0 | 1010101 | 100010 | 1011010 | 1001010 | 100110 |
Color Harmonies of #61A819
Complementary color
Monochromatic Colors of #61A819
Black with #61A819
Text Example
Text Example
White with #61A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A819; }
p { color: rgb(97,168,25); }
H1.HeaderClassName
{
color: #61A819;
}
.AnyTagClassName
{
color: #61A819;
}
</style>
background-color css
<style>
a { background-color: #61A819; }
a { background-color: rgb(97,168,25); }
div.DivClassName
{
background-color: #61A819;
}
.BgClassName
{
background-color: #61A819;
}
</style>
border-color css
<style>
span { border-color: #61A819; }
span { border-color: rgb(97,168,25); }
td.TdClassName
{
border-color: #61A819;
}
.TagClassName
{
border-color: #61A819;
}
</style>