Shades of Christi #6BBC2B
Tints of Christi #6BBC2B
RGB
CMYK
RGB Variations
Color information
#6BBC2B (or 0x6BBC2B) is known color: Christi. HEX triplet: 6B, BC and 2B. RGB value is (107,188,43). Sum of RGB (Red+Green+Blue) = 107+188+43=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC2B is #9443D4. Grayscale: #939393. Windows color (decimal): -9716693 or 2866283. OLE color: 2866283.
HSL color Cylindrical-coordinate representation of color #6BBC2B: hue angle of 93.52º 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 #6BBC2B is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 43 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.26 |
| HSL | 93.52º | 0.63% | 0.45% | - |
| HSV(B) | 93.52º | 0.77% | 0.74% | - |
| XYZ | 24.48 | 39.27 | 8.57 | - |
| YUV | 147.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 43 | 0.43 | 0 | 0.77 | 0.26 | 93.52 | 0.63 | 0.45 |
| Hex | 6B | BC | 2B | 2B | 0 | 4D | 1A | 5E | 3F | 2D |
| Octal | 153 | 274 | 53 | 53 | 0 | 115 | 32 | 136 | 77 | 55 |
| Binary | 1101011 | 10111100 | 101011 | 101011 | 0 | 1001101 | 11010 | 1011110 | 111111 | 101101 |
Color Harmonies of #6BBC2B
Complementary color
Monochromatic Colors of #6BBC2B
Black with #6BBC2B
Text Example
Text Example
White with #6BBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC2B; }
p { color: rgb(107,188,43); }
H1.HeaderClassName
{
color: #6BBC2B;
}
.AnyTagClassName
{
color: #6BBC2B;
}
</style>
background-color css
<style>
a { background-color: #6BBC2B; }
a { background-color: rgb(107,188,43); }
div.DivClassName
{
background-color: #6BBC2B;
}
.BgClassName
{
background-color: #6BBC2B;
}
</style>
border-color css
<style>
span { border-color: #6BBC2B; }
span { border-color: rgb(107,188,43); }
td.TdClassName
{
border-color: #6BBC2B;
}
.TagClassName
{
border-color: #6BBC2B;
}
</style>