Shades of Christi #6BB20B
Tints of Christi #6BB20B
RGB
CMYK
RGB Variations
Color information
#6BB20B (or 0x6BB20B) is known color: Christi. HEX triplet: 6B, B2 and 0B. RGB value is (107,178,11). Sum of RGB (Red+Green+Blue) = 107+178+11=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BB20B is #944DF4. Grayscale: #8A8A8A. Windows color (decimal): -9719285 or 766571. OLE color: 766571.
HSL color Cylindrical-coordinate representation of color #6BB20B: hue angle of 85.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BB20B is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 11 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.30 |
| HSL | 85.51º | 0.88% | 0.37% | - |
| HSV(B) | 85.51º | 0.94% | 0.7% | - |
| XYZ | 22.04 | 34.99 | 5.91 | - |
| YUV | 137.73 | 56.48 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 11 | 0.40 | 0 | 0.94 | 0.30 | 85.51 | 0.88 | 0.37 |
| Hex | 6B | B2 | B | 28 | 0 | 5E | 1E | 56 | 58 | 25 |
| Octal | 153 | 262 | 13 | 50 | 0 | 136 | 36 | 126 | 130 | 45 |
| Binary | 1101011 | 10110010 | 1011 | 101000 | 0 | 1011110 | 11110 | 1010110 | 1011000 | 100101 |
Color Harmonies of #6BB20B
Complementary color
Monochromatic Colors of #6BB20B
Black with #6BB20B
Text Example
Text Example
White with #6BB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB20B; }
p { color: rgb(107,178,11); }
H1.HeaderClassName
{
color: #6BB20B;
}
.AnyTagClassName
{
color: #6BB20B;
}
</style>
background-color css
<style>
a { background-color: #6BB20B; }
a { background-color: rgb(107,178,11); }
div.DivClassName
{
background-color: #6BB20B;
}
.BgClassName
{
background-color: #6BB20B;
}
</style>
border-color css
<style>
span { border-color: #6BB20B; }
span { border-color: rgb(107,178,11); }
td.TdClassName
{
border-color: #6BB20B;
}
.TagClassName
{
border-color: #6BB20B;
}
</style>