Shades of Christi #6CBC2B
Tints of Christi #6CBC2B
RGB
CMYK
RGB Variations
Color information
#6CBC2B (or 0x6CBC2B) is known color: Christi. HEX triplet: 6C, BC and 2B. RGB value is (108,188,43). Sum of RGB (Red+Green+Blue) = 108+188+43=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC2B is #9343D4. Grayscale: #949494. Windows color (decimal): -9651157 or 2866284. OLE color: 2866284.
HSL color Cylindrical-coordinate representation of color #6CBC2B: hue angle of 93.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CBC2B is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 43 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.26 |
| HSL | 93.1º | 0.63% | 0.45% | - |
| HSV(B) | 93.1º | 0.77% | 0.74% | - |
| XYZ | 24.6 | 39.33 | 8.58 | - |
| YUV | 147.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 43 | 0.43 | 0 | 0.77 | 0.26 | 93.1 | 0.63 | 0.45 |
| Hex | 6C | BC | 2B | 2B | 0 | 4D | 1A | 5D | 3F | 2D |
| Octal | 154 | 274 | 53 | 53 | 0 | 115 | 32 | 135 | 77 | 55 |
| Binary | 1101100 | 10111100 | 101011 | 101011 | 0 | 1001101 | 11010 | 1011101 | 111111 | 101101 |
Color Harmonies of #6CBC2B
Complementary color
Monochromatic Colors of #6CBC2B
Black with #6CBC2B
Text Example
Text Example
White with #6CBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC2B; }
p { color: rgb(108,188,43); }
H1.HeaderClassName
{
color: #6CBC2B;
}
.AnyTagClassName
{
color: #6CBC2B;
}
</style>
background-color css
<style>
a { background-color: #6CBC2B; }
a { background-color: rgb(108,188,43); }
div.DivClassName
{
background-color: #6CBC2B;
}
.BgClassName
{
background-color: #6CBC2B;
}
</style>
border-color css
<style>
span { border-color: #6CBC2B; }
span { border-color: rgb(108,188,43); }
td.TdClassName
{
border-color: #6CBC2B;
}
.TagClassName
{
border-color: #6CBC2B;
}
</style>