Shades of Christi #6CBC0C
Tints of Christi #6CBC0C
RGB
CMYK
RGB Variations
Color information
#6CBC0C (or 0x6CBC0C) is known color: Christi. HEX triplet: 6C, BC and 0C. RGB value is (108,188,12). Sum of RGB (Red+Green+Blue) = 108+188+12=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBC0C is #9343F3. Grayscale: #909090. Windows color (decimal): -9651188 or 834668. OLE color: 834668.
HSL color Cylindrical-coordinate representation of color #6CBC0C: hue angle of 87.27º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CBC0C is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 12 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.26 |
| HSL | 87.27º | 0.88% | 0.39% | - |
| HSV(B) | 87.27º | 0.94% | 0.74% | - |
| XYZ | 24.23 | 39.18 | 6.63 | - |
| YUV | 144.02 | 53.5 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 12 | 0.43 | 0 | 0.94 | 0.26 | 87.27 | 0.88 | 0.39 |
| Hex | 6C | BC | C | 2B | 0 | 5E | 1A | 57 | 58 | 27 |
| Octal | 154 | 274 | 14 | 53 | 0 | 136 | 32 | 127 | 130 | 47 |
| Binary | 1101100 | 10111100 | 1100 | 101011 | 0 | 1011110 | 11010 | 1010111 | 1011000 | 100111 |
Color Harmonies of #6CBC0C
Complementary color
Monochromatic Colors of #6CBC0C
Black with #6CBC0C
Text Example
Text Example
White with #6CBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC0C; }
p { color: rgb(108,188,12); }
H1.HeaderClassName
{
color: #6CBC0C;
}
.AnyTagClassName
{
color: #6CBC0C;
}
</style>
background-color css
<style>
a { background-color: #6CBC0C; }
a { background-color: rgb(108,188,12); }
div.DivClassName
{
background-color: #6CBC0C;
}
.BgClassName
{
background-color: #6CBC0C;
}
</style>
border-color css
<style>
span { border-color: #6CBC0C; }
span { border-color: rgb(108,188,12); }
td.TdClassName
{
border-color: #6CBC0C;
}
.TagClassName
{
border-color: #6CBC0C;
}
</style>