Shades of Christi #6BBC12
Tints of Christi #6BBC12
RGB
CMYK
RGB Variations
Color information
#6BBC12 (or 0x6BBC12) is known color: Christi. HEX triplet: 6B, BC and 12. RGB value is (107,188,18). Sum of RGB (Red+Green+Blue) = 107+188+18=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC12 is #9443ED. Grayscale: #909090. Windows color (decimal): -9716718 or 1227883. OLE color: 1227883.
HSL color Cylindrical-coordinate representation of color #6BBC12: hue angle of 88.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BBC12 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 18 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.26 |
| HSL | 88.59º | 0.83% | 0.4% | - |
| HSV(B) | 88.59º | 0.9% | 0.74% | - |
| XYZ | 24.16 | 39.14 | 6.85 | - |
| YUV | 144.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 18 | 0.43 | 0 | 0.90 | 0.26 | 88.59 | 0.83 | 0.4 |
| Hex | 6B | BC | 12 | 2B | 0 | 5A | 1A | 59 | 53 | 28 |
| Octal | 153 | 274 | 22 | 53 | 0 | 132 | 32 | 131 | 123 | 50 |
| Binary | 1101011 | 10111100 | 10010 | 101011 | 0 | 1011010 | 11010 | 1011001 | 1010011 | 101000 |
Color Harmonies of #6BBC12
Complementary color
Monochromatic Colors of #6BBC12
Black with #6BBC12
Text Example
Text Example
White with #6BBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC12; }
p { color: rgb(107,188,18); }
H1.HeaderClassName
{
color: #6BBC12;
}
.AnyTagClassName
{
color: #6BBC12;
}
</style>
background-color css
<style>
a { background-color: #6BBC12; }
a { background-color: rgb(107,188,18); }
div.DivClassName
{
background-color: #6BBC12;
}
.BgClassName
{
background-color: #6BBC12;
}
</style>
border-color css
<style>
span { border-color: #6BBC12; }
span { border-color: rgb(107,188,18); }
td.TdClassName
{
border-color: #6BBC12;
}
.TagClassName
{
border-color: #6BBC12;
}
</style>