Shades of Christi #6EB70D
Tints of Christi #6EB70D
RGB
CMYK
RGB Variations
Color information
#6EB70D (or 0x6EB70D) is known color: Christi. HEX triplet: 6E, B7 and 0D. RGB value is (110,183,13). Sum of RGB (Red+Green+Blue) = 110+183+13=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB70D is #9148F2. Grayscale: #8E8E8E. Windows color (decimal): -9521395 or 898926. OLE color: 898926.
HSL color Cylindrical-coordinate representation of color #6EB70D: hue angle of 85.76º degrees, saturation: 0.87, 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 #6EB70D is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 183 | 13 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.28 |
| HSL | 85.76º | 0.87% | 0.38% | - |
| HSV(B) | 85.76º | 0.93% | 0.72% | - |
| XYZ | 23.44 | 37.21 | 6.33 | - |
| YUV | 141.79 | 55.32 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 183 | 13 | 0.40 | 0 | 0.93 | 0.28 | 85.76 | 0.87 | 0.38 |
| Hex | 6E | B7 | D | 28 | 0 | 5D | 1C | 56 | 57 | 26 |
| Octal | 156 | 267 | 15 | 50 | 0 | 135 | 34 | 126 | 127 | 46 |
| Binary | 1101110 | 10110111 | 1101 | 101000 | 0 | 1011101 | 11100 | 1010110 | 1010111 | 100110 |
Color Harmonies of #6EB70D
Complementary color
Monochromatic Colors of #6EB70D
Black with #6EB70D
Text Example
Text Example
White with #6EB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB70D; }
p { color: rgb(110,183,13); }
H1.HeaderClassName
{
color: #6EB70D;
}
.AnyTagClassName
{
color: #6EB70D;
}
</style>
background-color css
<style>
a { background-color: #6EB70D; }
a { background-color: rgb(110,183,13); }
div.DivClassName
{
background-color: #6EB70D;
}
.BgClassName
{
background-color: #6EB70D;
}
</style>
border-color css
<style>
span { border-color: #6EB70D; }
span { border-color: rgb(110,183,13); }
td.TdClassName
{
border-color: #6EB70D;
}
.TagClassName
{
border-color: #6EB70D;
}
</style>