Shades of Christi #61A20E
Tints of Christi #61A20E
RGB
CMYK
RGB Variations
Color information
#61A20E (or 0x61A20E) is known color: Christi. HEX triplet: 61, A2 and 0E. RGB value is (97,162,14). Sum of RGB (Red+Green+Blue) = 97+162+14=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #61A20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A20E is #9E5DF1. Grayscale: #7E7E7E. Windows color (decimal): -10378738 or 959073. OLE color: 959073.
HSL color Cylindrical-coordinate representation of color #61A20E: hue angle of 86.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61A20E is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 14 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.36 |
| HSL | 86.35º | 0.84% | 0.35% | - |
| HSV(B) | 86.35º | 0.91% | 0.64% | - |
| XYZ | 17.93 | 28.41 | 4.95 | - |
| YUV | 125.69 | 64.97 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 14 | 0.40 | 0 | 0.91 | 0.36 | 86.35 | 0.84 | 0.35 |
| Hex | 61 | A2 | E | 28 | 0 | 5B | 24 | 56 | 54 | 23 |
| Octal | 141 | 242 | 16 | 50 | 0 | 133 | 44 | 126 | 124 | 43 |
| Binary | 1100001 | 10100010 | 1110 | 101000 | 0 | 1011011 | 100100 | 1010110 | 1010100 | 100011 |
Color Harmonies of #61A20E
Complementary color
Monochromatic Colors of #61A20E
Black with #61A20E
Text Example
Text Example
White with #61A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A20E; }
p { color: rgb(97,162,14); }
H1.HeaderClassName
{
color: #61A20E;
}
.AnyTagClassName
{
color: #61A20E;
}
</style>
background-color css
<style>
a { background-color: #61A20E; }
a { background-color: rgb(97,162,14); }
div.DivClassName
{
background-color: #61A20E;
}
.BgClassName
{
background-color: #61A20E;
}
</style>
border-color css
<style>
span { border-color: #61A20E; }
span { border-color: rgb(97,162,14); }
td.TdClassName
{
border-color: #61A20E;
}
.TagClassName
{
border-color: #61A20E;
}
</style>