Shades of Christi #6EB80C
Tints of Christi #6EB80C
RGB
CMYK
RGB Variations
Color information
#6EB80C (or 0x6EB80C) is known color: Christi. HEX triplet: 6E, B8 and 0C. RGB value is (110,184,12). Sum of RGB (Red+Green+Blue) = 110+184+12=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #6EB80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB80C is #9147F3. Grayscale: #8E8E8E. Windows color (decimal): -9521140 or 833646. OLE color: 833646.
HSL color Cylindrical-coordinate representation of color #6EB80C: hue angle of 85.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EB80C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 184 | 12 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.28 |
| HSL | 85.81º | 0.88% | 0.38% | - |
| HSV(B) | 85.81º | 0.93% | 0.72% | - |
| XYZ | 23.64 | 37.62 | 6.36 | - |
| YUV | 142.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 12 | 0.40 | 0 | 0.93 | 0.28 | 85.81 | 0.88 | 0.38 |
| Hex | 6E | B8 | C | 28 | 0 | 5D | 1C | 56 | 58 | 26 |
| Octal | 156 | 270 | 14 | 50 | 0 | 135 | 34 | 126 | 130 | 46 |
| Binary | 1101110 | 10111000 | 1100 | 101000 | 0 | 1011101 | 11100 | 1010110 | 1011000 | 100110 |
Color Harmonies of #6EB80C
Complementary color
Monochromatic Colors of #6EB80C
Black with #6EB80C
Text Example
Text Example
White with #6EB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB80C; }
p { color: rgb(110,184,12); }
H1.HeaderClassName
{
color: #6EB80C;
}
.AnyTagClassName
{
color: #6EB80C;
}
</style>
background-color css
<style>
a { background-color: #6EB80C; }
a { background-color: rgb(110,184,12); }
div.DivClassName
{
background-color: #6EB80C;
}
.BgClassName
{
background-color: #6EB80C;
}
</style>
border-color css
<style>
span { border-color: #6EB80C; }
span { border-color: rgb(110,184,12); }
td.TdClassName
{
border-color: #6EB80C;
}
.TagClassName
{
border-color: #6EB80C;
}
</style>