Shades of Christi #6BBC13
Tints of Christi #6BBC13
RGB
CMYK
RGB Variations
Color information
#6BBC13 (or 0x6BBC13) is known color: Christi. HEX triplet: 6B, BC and 13. RGB value is (107,188,19). Sum of RGB (Red+Green+Blue) = 107+188+19=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC13 is #9443EC. Grayscale: #919191. Windows color (decimal): -9716717 or 1293419. OLE color: 1293419.
HSL color Cylindrical-coordinate representation of color #6BBC13: hue angle of 88.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BBC13 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 19 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.26 |
| HSL | 88.76º | 0.82% | 0.41% | - |
| HSV(B) | 88.76º | 0.9% | 0.74% | - |
| XYZ | 24.16 | 39.14 | 6.9 | - |
| YUV | 144.52 | 57.16 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 19 | 0.43 | 0 | 0.90 | 0.26 | 88.76 | 0.82 | 0.41 |
| Hex | 6B | BC | 13 | 2B | 0 | 5A | 1A | 59 | 52 | 29 |
| Octal | 153 | 274 | 23 | 53 | 0 | 132 | 32 | 131 | 122 | 51 |
| Binary | 1101011 | 10111100 | 10011 | 101011 | 0 | 1011010 | 11010 | 1011001 | 1010010 | 101001 |
Color Harmonies of #6BBC13
Complementary color
Monochromatic Colors of #6BBC13
Black with #6BBC13
Text Example
Text Example
White with #6BBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC13; }
p { color: rgb(107,188,19); }
H1.HeaderClassName
{
color: #6BBC13;
}
.AnyTagClassName
{
color: #6BBC13;
}
</style>
background-color css
<style>
a { background-color: #6BBC13; }
a { background-color: rgb(107,188,19); }
div.DivClassName
{
background-color: #6BBC13;
}
.BgClassName
{
background-color: #6BBC13;
}
</style>
border-color css
<style>
span { border-color: #6BBC13; }
span { border-color: rgb(107,188,19); }
td.TdClassName
{
border-color: #6BBC13;
}
.TagClassName
{
border-color: #6BBC13;
}
</style>