Shades of Christi #6BBC1C
Tints of Christi #6BBC1C
RGB
CMYK
RGB Variations
Color information
#6BBC1C (or 0x6BBC1C) is known color: Christi. HEX triplet: 6B, BC and 1C. RGB value is (107,188,28). Sum of RGB (Red+Green+Blue) = 107+188+28=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC1C is #9443E3. Grayscale: #929292. Windows color (decimal): -9716708 or 1883243. OLE color: 1883243.
HSL color Cylindrical-coordinate representation of color #6BBC1C: hue angle of 90.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BBC1C is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 28 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.26 |
| HSL | 90.38º | 0.74% | 0.42% | - |
| HSV(B) | 90.38º | 0.85% | 0.74% | - |
| XYZ | 24.26 | 39.18 | 7.38 | - |
| YUV | 145.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 28 | 0.43 | 0 | 0.85 | 0.26 | 90.38 | 0.74 | 0.42 |
| Hex | 6B | BC | 1C | 2B | 0 | 55 | 1A | 5A | 4A | 2A |
| Octal | 153 | 274 | 34 | 53 | 0 | 125 | 32 | 132 | 112 | 52 |
| Binary | 1101011 | 10111100 | 11100 | 101011 | 0 | 1010101 | 11010 | 1011010 | 1001010 | 101010 |
Color Harmonies of #6BBC1C
Complementary color
Monochromatic Colors of #6BBC1C
Black with #6BBC1C
Text Example
Text Example
White with #6BBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC1C; }
p { color: rgb(107,188,28); }
H1.HeaderClassName
{
color: #6BBC1C;
}
.AnyTagClassName
{
color: #6BBC1C;
}
</style>
background-color css
<style>
a { background-color: #6BBC1C; }
a { background-color: rgb(107,188,28); }
div.DivClassName
{
background-color: #6BBC1C;
}
.BgClassName
{
background-color: #6BBC1C;
}
</style>
border-color css
<style>
span { border-color: #6BBC1C; }
span { border-color: rgb(107,188,28); }
td.TdClassName
{
border-color: #6BBC1C;
}
.TagClassName
{
border-color: #6BBC1C;
}
</style>