Shades of Christi #6EC307
Tints of Christi #6EC307
RGB
CMYK
RGB Variations
Color information
#6EC307 (or 0x6EC307) is known color: Christi. HEX triplet: 6E, C3 and 07. RGB value is (110,195,7). Sum of RGB (Red+Green+Blue) = 110+195+7=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC307 is #913CF8. Grayscale: #949494. Windows color (decimal): -9518329 or 508782. OLE color: 508782.
HSL color Cylindrical-coordinate representation of color #6EC307: hue angle of 87.13º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6EC307 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 7 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.24 |
| HSL | 87.13º | 0.93% | 0.4% | - |
| HSV(B) | 87.13º | 0.96% | 0.76% | - |
| XYZ | 25.98 | 42.36 | 7.01 | - |
| YUV | 148.15 | 48.34 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 7 | 0.44 | 0 | 0.96 | 0.24 | 87.13 | 0.93 | 0.4 |
| Hex | 6E | C3 | 7 | 2C | 0 | 60 | 18 | 57 | 5D | 28 |
| Octal | 156 | 303 | 7 | 54 | 0 | 140 | 30 | 127 | 135 | 50 |
| Binary | 1101110 | 11000011 | 111 | 101100 | 0 | 1100000 | 11000 | 1010111 | 1011101 | 101000 |
Color Harmonies of #6EC307
Complementary color
Monochromatic Colors of #6EC307
Black with #6EC307
Text Example
Text Example
White with #6EC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC307; }
p { color: rgb(110,195,7); }
H1.HeaderClassName
{
color: #6EC307;
}
.AnyTagClassName
{
color: #6EC307;
}
</style>
background-color css
<style>
a { background-color: #6EC307; }
a { background-color: rgb(110,195,7); }
div.DivClassName
{
background-color: #6EC307;
}
.BgClassName
{
background-color: #6EC307;
}
</style>
border-color css
<style>
span { border-color: #6EC307; }
span { border-color: rgb(110,195,7); }
td.TdClassName
{
border-color: #6EC307;
}
.TagClassName
{
border-color: #6EC307;
}
</style>