Shades of Christi #6BBC1D
Tints of Christi #6BBC1D
RGB
CMYK
RGB Variations
Color information
#6BBC1D (or 0x6BBC1D) is known color: Christi. HEX triplet: 6B, BC and 1D. RGB value is (107,188,29). Sum of RGB (Red+Green+Blue) = 107+188+29=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC1D is #9443E2. Grayscale: #929292. Windows color (decimal): -9716707 or 1948779. OLE color: 1948779.
HSL color Cylindrical-coordinate representation of color #6BBC1D: hue angle of 90.57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BBC1D is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 29 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.26 |
| HSL | 90.57º | 0.73% | 0.43% | - |
| HSV(B) | 90.57º | 0.85% | 0.74% | - |
| XYZ | 24.27 | 39.18 | 7.45 | - |
| YUV | 145.66 | 62.16 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 29 | 0.43 | 0 | 0.85 | 0.26 | 90.57 | 0.73 | 0.43 |
| Hex | 6B | BC | 1D | 2B | 0 | 55 | 1A | 5B | 49 | 2B |
| Octal | 153 | 274 | 35 | 53 | 0 | 125 | 32 | 133 | 111 | 53 |
| Binary | 1101011 | 10111100 | 11101 | 101011 | 0 | 1010101 | 11010 | 1011011 | 1001001 | 101011 |
Color Harmonies of #6BBC1D
Complementary color
Monochromatic Colors of #6BBC1D
Black with #6BBC1D
Text Example
Text Example
White with #6BBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC1D; }
p { color: rgb(107,188,29); }
H1.HeaderClassName
{
color: #6BBC1D;
}
.AnyTagClassName
{
color: #6BBC1D;
}
</style>
background-color css
<style>
a { background-color: #6BBC1D; }
a { background-color: rgb(107,188,29); }
div.DivClassName
{
background-color: #6BBC1D;
}
.BgClassName
{
background-color: #6BBC1D;
}
</style>
border-color css
<style>
span { border-color: #6BBC1D; }
span { border-color: rgb(107,188,29); }
td.TdClassName
{
border-color: #6BBC1D;
}
.TagClassName
{
border-color: #6BBC1D;
}
</style>