Shades of Christi #6CC007
Tints of Christi #6CC007
RGB
CMYK
RGB Variations
Color information
#6CC007 (or 0x6CC007) is known color: Christi. HEX triplet: 6C, C0 and 07. RGB value is (108,192,7). Sum of RGB (Red+Green+Blue) = 108+192+7=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC007 is #933FF8. Grayscale: #929292. Windows color (decimal): -9650169 or 508012. OLE color: 508012.
HSL color Cylindrical-coordinate representation of color #6CC007: hue angle of 87.24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CC007 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 7 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.25 |
| HSL | 87.24º | 0.93% | 0.39% | - |
| HSV(B) | 87.24º | 0.96% | 0.75% | - |
| XYZ | 25.07 | 40.9 | 6.77 | - |
| YUV | 145.79 | 49.67 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 7 | 0.44 | 0 | 0.96 | 0.25 | 87.24 | 0.93 | 0.39 |
| Hex | 6C | C0 | 7 | 2C | 0 | 60 | 19 | 57 | 5D | 27 |
| Octal | 154 | 300 | 7 | 54 | 0 | 140 | 31 | 127 | 135 | 47 |
| Binary | 1101100 | 11000000 | 111 | 101100 | 0 | 1100000 | 11001 | 1010111 | 1011101 | 100111 |
Color Harmonies of #6CC007
Complementary color
Monochromatic Colors of #6CC007
Black with #6CC007
Text Example
Text Example
White with #6CC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC007; }
p { color: rgb(108,192,7); }
H1.HeaderClassName
{
color: #6CC007;
}
.AnyTagClassName
{
color: #6CC007;
}
</style>
background-color css
<style>
a { background-color: #6CC007; }
a { background-color: rgb(108,192,7); }
div.DivClassName
{
background-color: #6CC007;
}
.BgClassName
{
background-color: #6CC007;
}
</style>
border-color css
<style>
span { border-color: #6CC007; }
span { border-color: rgb(108,192,7); }
td.TdClassName
{
border-color: #6CC007;
}
.TagClassName
{
border-color: #6CC007;
}
</style>