Shades of Christi #6BC920
Tints of Christi #6BC920
RGB
CMYK
RGB Variations
Color information
#6BC920 (or 0x6BC920) is known color: Christi. HEX triplet: 6B, C9 and 20. RGB value is (107,201,32). Sum of RGB (Red+Green+Blue) = 107+201+32=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC920 is #9436DF. Grayscale: #9A9A9A. Windows color (decimal): -9713376 or 2148715. OLE color: 2148715.
HSL color Cylindrical-coordinate representation of color #6BC920: hue angle of 93.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BC920 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 32 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.21 |
| HSL | 93.37º | 0.73% | 0.46% | - |
| HSV(B) | 93.37º | 0.84% | 0.79% | - |
| XYZ | 27.21 | 45 | 8.62 | - |
| YUV | 153.63 | 59.36 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 32 | 0.47 | 0 | 0.84 | 0.21 | 93.37 | 0.73 | 0.46 |
| Hex | 6B | C9 | 20 | 2F | 0 | 54 | 15 | 5D | 49 | 2E |
| Octal | 153 | 311 | 40 | 57 | 0 | 124 | 25 | 135 | 111 | 56 |
| Binary | 1101011 | 11001001 | 100000 | 101111 | 0 | 1010100 | 10101 | 1011101 | 1001001 | 101110 |
Color Harmonies of #6BC920
Complementary color
Monochromatic Colors of #6BC920
Black with #6BC920
Text Example
Text Example
White with #6BC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC920; }
p { color: rgb(107,201,32); }
H1.HeaderClassName
{
color: #6BC920;
}
.AnyTagClassName
{
color: #6BC920;
}
</style>
background-color css
<style>
a { background-color: #6BC920; }
a { background-color: rgb(107,201,32); }
div.DivClassName
{
background-color: #6BC920;
}
.BgClassName
{
background-color: #6BC920;
}
</style>
border-color css
<style>
span { border-color: #6BC920; }
span { border-color: rgb(107,201,32); }
td.TdClassName
{
border-color: #6BC920;
}
.TagClassName
{
border-color: #6BC920;
}
</style>