Shades of Christi #6EB70A
Tints of Christi #6EB70A
RGB
CMYK
RGB Variations
Color information
#6EB70A (or 0x6EB70A) is known color: Christi. HEX triplet: 6E, B7 and 0A. RGB value is (110,183,10). Sum of RGB (Red+Green+Blue) = 110+183+10=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #6EB70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB70A is #9148F5. Grayscale: #8E8E8E. Windows color (decimal): -9521398 or 702318. OLE color: 702318.
HSL color Cylindrical-coordinate representation of color #6EB70A: hue angle of 85.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EB70A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 183 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.28 |
| HSL | 85.32º | 0.9% | 0.38% | - |
| HSV(B) | 85.32º | 0.95% | 0.72% | - |
| XYZ | 23.42 | 37.2 | 6.23 | - |
| YUV | 141.45 | 53.82 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 183 | 10 | 0.40 | 0 | 0.95 | 0.28 | 85.32 | 0.9 | 0.38 |
| Hex | 6E | B7 | A | 28 | 0 | 5F | 1C | 55 | 5A | 26 |
| Octal | 156 | 267 | 12 | 50 | 0 | 137 | 34 | 125 | 132 | 46 |
| Binary | 1101110 | 10110111 | 1010 | 101000 | 0 | 1011111 | 11100 | 1010101 | 1011010 | 100110 |
Color Harmonies of #6EB70A
Complementary color
Monochromatic Colors of #6EB70A
Black with #6EB70A
Text Example
Text Example
White with #6EB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB70A; }
p { color: rgb(110,183,10); }
H1.HeaderClassName
{
color: #6EB70A;
}
.AnyTagClassName
{
color: #6EB70A;
}
</style>
background-color css
<style>
a { background-color: #6EB70A; }
a { background-color: rgb(110,183,10); }
div.DivClassName
{
background-color: #6EB70A;
}
.BgClassName
{
background-color: #6EB70A;
}
</style>
border-color css
<style>
span { border-color: #6EB70A; }
span { border-color: rgb(110,183,10); }
td.TdClassName
{
border-color: #6EB70A;
}
.TagClassName
{
border-color: #6EB70A;
}
</style>