Shades of Christi #6EAD13
Tints of Christi #6EAD13
RGB
CMYK
RGB Variations
Color information
#6EAD13 (or 0x6EAD13) is known color: Christi. HEX triplet: 6E, AD and 13. RGB value is (110,173,19). Sum of RGB (Red+Green+Blue) = 110+173+19=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAD13 is #9152EC. Grayscale: #898989. Windows color (decimal): -9523949 or 1289582. OLE color: 1289582.
HSL color Cylindrical-coordinate representation of color #6EAD13: hue angle of 84.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EAD13 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 19 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.32 |
| HSL | 84.55º | 0.8% | 0.38% | - |
| HSV(B) | 84.55º | 0.89% | 0.68% | - |
| XYZ | 21.49 | 33.25 | 5.9 | - |
| YUV | 136.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 19 | 0.36 | 0 | 0.89 | 0.32 | 84.55 | 0.8 | 0.38 |
| Hex | 6E | AD | 13 | 24 | 0 | 59 | 20 | 55 | 50 | 26 |
| Octal | 156 | 255 | 23 | 44 | 0 | 131 | 40 | 125 | 120 | 46 |
| Binary | 1101110 | 10101101 | 10011 | 100100 | 0 | 1011001 | 100000 | 1010101 | 1010000 | 100110 |
Color Harmonies of #6EAD13
Complementary color
Monochromatic Colors of #6EAD13
Black with #6EAD13
Text Example
Text Example
White with #6EAD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAD13; }
p { color: rgb(110,173,19); }
H1.HeaderClassName
{
color: #6EAD13;
}
.AnyTagClassName
{
color: #6EAD13;
}
</style>
background-color css
<style>
a { background-color: #6EAD13; }
a { background-color: rgb(110,173,19); }
div.DivClassName
{
background-color: #6EAD13;
}
.BgClassName
{
background-color: #6EAD13;
}
</style>
border-color css
<style>
span { border-color: #6EAD13; }
span { border-color: rgb(110,173,19); }
td.TdClassName
{
border-color: #6EAD13;
}
.TagClassName
{
border-color: #6EAD13;
}
</style>