Shades of Christi #6CBC2E
Tints of Christi #6CBC2E
RGB
CMYK
RGB Variations
Color information
#6CBC2E (or 0x6CBC2E) is known color: Christi. HEX triplet: 6C, BC and 2E. RGB value is (108,188,46). Sum of RGB (Red+Green+Blue) = 108+188+46=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC2E is #9343D1. Grayscale: #949494. Windows color (decimal): -9651154 or 3062892. OLE color: 3062892.
HSL color Cylindrical-coordinate representation of color #6CBC2E: hue angle of 93.8º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CBC2E is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 46 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.26 |
| HSL | 93.8º | 0.61% | 0.46% | - |
| HSV(B) | 93.8º | 0.76% | 0.74% | - |
| XYZ | 24.66 | 39.35 | 8.88 | - |
| YUV | 147.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 46 | 0.43 | 0 | 0.76 | 0.26 | 93.8 | 0.61 | 0.46 |
| Hex | 6C | BC | 2E | 2B | 0 | 4C | 1A | 5E | 3D | 2E |
| Octal | 154 | 274 | 56 | 53 | 0 | 114 | 32 | 136 | 75 | 56 |
| Binary | 1101100 | 10111100 | 101110 | 101011 | 0 | 1001100 | 11010 | 1011110 | 111101 | 101110 |
Color Harmonies of #6CBC2E
Complementary color
Monochromatic Colors of #6CBC2E
Black with #6CBC2E
Text Example
Text Example
White with #6CBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC2E; }
p { color: rgb(108,188,46); }
H1.HeaderClassName
{
color: #6CBC2E;
}
.AnyTagClassName
{
color: #6CBC2E;
}
</style>
background-color css
<style>
a { background-color: #6CBC2E; }
a { background-color: rgb(108,188,46); }
div.DivClassName
{
background-color: #6CBC2E;
}
.BgClassName
{
background-color: #6CBC2E;
}
</style>
border-color css
<style>
span { border-color: #6CBC2E; }
span { border-color: rgb(108,188,46); }
td.TdClassName
{
border-color: #6CBC2E;
}
.TagClassName
{
border-color: #6CBC2E;
}
</style>