Shades of Christi #6EA517
Tints of Christi #6EA517
RGB
CMYK
RGB Variations
Color information
#6EA517 (or 0x6EA517) is known color: Christi. HEX triplet: 6E, A5 and 17. RGB value is (110,165,23). Sum of RGB (Red+Green+Blue) = 110+165+23=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA517 is #915AE8. Grayscale: #848484. Windows color (decimal): -9525993 or 1549678. OLE color: 1549678.
HSL color Cylindrical-coordinate representation of color #6EA517: hue angle of 83.24º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EA517 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 23 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.35 |
| HSL | 83.24º | 0.76% | 0.37% | - |
| HSV(B) | 83.24º | 0.86% | 0.65% | - |
| XYZ | 20.04 | 30.29 | 5.6 | - |
| YUV | 132.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 23 | 0.33 | 0 | 0.86 | 0.35 | 83.24 | 0.76 | 0.37 |
| Hex | 6E | A5 | 17 | 21 | 0 | 56 | 23 | 53 | 4C | 25 |
| Octal | 156 | 245 | 27 | 41 | 0 | 126 | 43 | 123 | 114 | 45 |
| Binary | 1101110 | 10100101 | 10111 | 100001 | 0 | 1010110 | 100011 | 1010011 | 1001100 | 100101 |
Color Harmonies of #6EA517
Complementary color
Monochromatic Colors of #6EA517
Black with #6EA517
Text Example
Text Example
White with #6EA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA517; }
p { color: rgb(110,165,23); }
H1.HeaderClassName
{
color: #6EA517;
}
.AnyTagClassName
{
color: #6EA517;
}
</style>
background-color css
<style>
a { background-color: #6EA517; }
a { background-color: rgb(110,165,23); }
div.DivClassName
{
background-color: #6EA517;
}
.BgClassName
{
background-color: #6EA517;
}
</style>
border-color css
<style>
span { border-color: #6EA517; }
span { border-color: rgb(110,165,23); }
td.TdClassName
{
border-color: #6EA517;
}
.TagClassName
{
border-color: #6EA517;
}
</style>