Shades of Christi #6EAD0D
Tints of Christi #6EAD0D
RGB
CMYK
RGB Variations
Color information
#6EAD0D (or 0x6EAD0D) is known color: Christi. HEX triplet: 6E, AD and 0D. RGB value is (110,173,13). Sum of RGB (Red+Green+Blue) = 110+173+13=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAD0D is #9152F2. Grayscale: #888888. Windows color (decimal): -9523955 or 896366. OLE color: 896366.
HSL color Cylindrical-coordinate representation of color #6EAD0D: hue angle of 83.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EAD0D is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 13 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.32 |
| HSL | 83.63º | 0.86% | 0.36% | - |
| HSV(B) | 83.63º | 0.92% | 0.68% | - |
| XYZ | 21.45 | 33.23 | 5.66 | - |
| YUV | 135.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 13 | 0.36 | 0 | 0.92 | 0.32 | 83.63 | 0.86 | 0.36 |
| Hex | 6E | AD | D | 24 | 0 | 5C | 20 | 54 | 56 | 24 |
| Octal | 156 | 255 | 15 | 44 | 0 | 134 | 40 | 124 | 126 | 44 |
| Binary | 1101110 | 10101101 | 1101 | 100100 | 0 | 1011100 | 100000 | 1010100 | 1010110 | 100100 |
Color Harmonies of #6EAD0D
Complementary color
Monochromatic Colors of #6EAD0D
Black with #6EAD0D
Text Example
Text Example
White with #6EAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAD0D; }
p { color: rgb(110,173,13); }
H1.HeaderClassName
{
color: #6EAD0D;
}
.AnyTagClassName
{
color: #6EAD0D;
}
</style>
background-color css
<style>
a { background-color: #6EAD0D; }
a { background-color: rgb(110,173,13); }
div.DivClassName
{
background-color: #6EAD0D;
}
.BgClassName
{
background-color: #6EAD0D;
}
</style>
border-color css
<style>
span { border-color: #6EAD0D; }
span { border-color: rgb(110,173,13); }
td.TdClassName
{
border-color: #6EAD0D;
}
.TagClassName
{
border-color: #6EAD0D;
}
</style>