Shades of Christi #6BBB2C
Tints of Christi #6BBB2C
RGB
CMYK
RGB Variations
Color information
#6BBB2C (or 0x6BBB2C) is known color: Christi. HEX triplet: 6B, BB and 2C. RGB value is (107,187,44). Sum of RGB (Red+Green+Blue) = 107+187+44=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBB2C is #9444D3. Grayscale: #939393. Windows color (decimal): -9716948 or 2931563. OLE color: 2931563.
HSL color Cylindrical-coordinate representation of color #6BBB2C: hue angle of 93.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BBB2C is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 44 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.27 |
| HSL | 93.57º | 0.62% | 0.45% | - |
| HSV(B) | 93.57º | 0.76% | 0.73% | - |
| XYZ | 24.29 | 38.85 | 8.6 | - |
| YUV | 146.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 44 | 0.43 | 0 | 0.76 | 0.27 | 93.57 | 0.62 | 0.45 |
| Hex | 6B | BB | 2C | 2B | 0 | 4C | 1B | 5E | 3E | 2D |
| Octal | 153 | 273 | 54 | 53 | 0 | 114 | 33 | 136 | 76 | 55 |
| Binary | 1101011 | 10111011 | 101100 | 101011 | 0 | 1001100 | 11011 | 1011110 | 111110 | 101101 |
Color Harmonies of #6BBB2C
Complementary color
Monochromatic Colors of #6BBB2C
Black with #6BBB2C
Text Example
Text Example
White with #6BBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB2C; }
p { color: rgb(107,187,44); }
H1.HeaderClassName
{
color: #6BBB2C;
}
.AnyTagClassName
{
color: #6BBB2C;
}
</style>
background-color css
<style>
a { background-color: #6BBB2C; }
a { background-color: rgb(107,187,44); }
div.DivClassName
{
background-color: #6BBB2C;
}
.BgClassName
{
background-color: #6BBB2C;
}
</style>
border-color css
<style>
span { border-color: #6BBB2C; }
span { border-color: rgb(107,187,44); }
td.TdClassName
{
border-color: #6BBB2C;
}
.TagClassName
{
border-color: #6BBB2C;
}
</style>