Shades of Christi #61A20D
Tints of Christi #61A20D
RGB
CMYK
RGB Variations
Color information
#61A20D (or 0x61A20D) is known color: Christi. HEX triplet: 61, A2 and 0D. RGB value is (97,162,13). Sum of RGB (Red+Green+Blue) = 97+162+13=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #61A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61A20D is #9E5DF2. Grayscale: #7E7E7E. Windows color (decimal): -10378739 or 893537. OLE color: 893537.
HSL color Cylindrical-coordinate representation of color #61A20D: hue angle of 86.17º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61A20D is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 162 | 13 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.36 |
| HSL | 86.17º | 0.85% | 0.34% | - |
| HSV(B) | 86.17º | 0.92% | 0.64% | - |
| XYZ | 17.92 | 28.41 | 4.92 | - |
| YUV | 125.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 13 | 0.40 | 0 | 0.92 | 0.36 | 86.17 | 0.85 | 0.34 |
| Hex | 61 | A2 | D | 28 | 0 | 5C | 24 | 56 | 55 | 22 |
| Octal | 141 | 242 | 15 | 50 | 0 | 134 | 44 | 126 | 125 | 42 |
| Binary | 1100001 | 10100010 | 1101 | 101000 | 0 | 1011100 | 100100 | 1010110 | 1010101 | 100010 |
Color Harmonies of #61A20D
Complementary color
Monochromatic Colors of #61A20D
Black with #61A20D
Text Example
Text Example
White with #61A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A20D; }
p { color: rgb(97,162,13); }
H1.HeaderClassName
{
color: #61A20D;
}
.AnyTagClassName
{
color: #61A20D;
}
</style>
background-color css
<style>
a { background-color: #61A20D; }
a { background-color: rgb(97,162,13); }
div.DivClassName
{
background-color: #61A20D;
}
.BgClassName
{
background-color: #61A20D;
}
</style>
border-color css
<style>
span { border-color: #61A20D; }
span { border-color: rgb(97,162,13); }
td.TdClassName
{
border-color: #61A20D;
}
.TagClassName
{
border-color: #61A20D;
}
</style>