Shades of Christi #61AD0E
Tints of Christi #61AD0E
RGB
CMYK
RGB Variations
Color information
#61AD0E (or 0x61AD0E) is known color: Christi. HEX triplet: 61, AD and 0E. RGB value is (97,173,14). Sum of RGB (Red+Green+Blue) = 97+173+14=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61AD0E is #9E52F1. Grayscale: #848484. Windows color (decimal): -10375922 or 961889. OLE color: 961889.
HSL color Cylindrical-coordinate representation of color #61AD0E: hue angle of 88.68º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61AD0E is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 14 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.32 |
| HSL | 88.68º | 0.85% | 0.37% | - |
| HSV(B) | 88.68º | 0.92% | 0.68% | - |
| XYZ | 19.95 | 32.46 | 5.63 | - |
| YUV | 132.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 14 | 0.44 | 0 | 0.92 | 0.32 | 88.68 | 0.85 | 0.37 |
| Hex | 61 | AD | E | 2C | 0 | 5C | 20 | 59 | 55 | 25 |
| Octal | 141 | 255 | 16 | 54 | 0 | 134 | 40 | 131 | 125 | 45 |
| Binary | 1100001 | 10101101 | 1110 | 101100 | 0 | 1011100 | 100000 | 1011001 | 1010101 | 100101 |
Color Harmonies of #61AD0E
Complementary color
Monochromatic Colors of #61AD0E
Black with #61AD0E
Text Example
Text Example
White with #61AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD0E; }
p { color: rgb(97,173,14); }
H1.HeaderClassName
{
color: #61AD0E;
}
.AnyTagClassName
{
color: #61AD0E;
}
</style>
background-color css
<style>
a { background-color: #61AD0E; }
a { background-color: rgb(97,173,14); }
div.DivClassName
{
background-color: #61AD0E;
}
.BgClassName
{
background-color: #61AD0E;
}
</style>
border-color css
<style>
span { border-color: #61AD0E; }
span { border-color: rgb(97,173,14); }
td.TdClassName
{
border-color: #61AD0E;
}
.TagClassName
{
border-color: #61AD0E;
}
</style>