Shades of Christi #6ABC2B
Tints of Christi #6ABC2B
RGB
CMYK
RGB Variations
Color information
#6ABC2B (or 0x6ABC2B) is known color: Christi. HEX triplet: 6A, BC and 2B. RGB value is (106,188,43). Sum of RGB (Red+Green+Blue) = 106+188+43=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC2B is #9543D4. Grayscale: #939393. Windows color (decimal): -9782229 or 2866282. OLE color: 2866282.
HSL color Cylindrical-coordinate representation of color #6ABC2B: hue angle of 93.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ABC2B is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 43 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.26 |
| HSL | 93.93º | 0.63% | 0.45% | - |
| HSV(B) | 93.93º | 0.77% | 0.74% | - |
| XYZ | 24.36 | 39.21 | 8.57 | - |
| YUV | 146.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 43 | 0.44 | 0 | 0.77 | 0.26 | 93.93 | 0.63 | 0.45 |
| Hex | 6A | BC | 2B | 2C | 0 | 4D | 1A | 5E | 3F | 2D |
| Octal | 152 | 274 | 53 | 54 | 0 | 115 | 32 | 136 | 77 | 55 |
| Binary | 1101010 | 10111100 | 101011 | 101100 | 0 | 1001101 | 11010 | 1011110 | 111111 | 101101 |
Color Harmonies of #6ABC2B
Complementary color
Monochromatic Colors of #6ABC2B
Black with #6ABC2B
Text Example
Text Example
White with #6ABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC2B; }
p { color: rgb(106,188,43); }
H1.HeaderClassName
{
color: #6ABC2B;
}
.AnyTagClassName
{
color: #6ABC2B;
}
</style>
background-color css
<style>
a { background-color: #6ABC2B; }
a { background-color: rgb(106,188,43); }
div.DivClassName
{
background-color: #6ABC2B;
}
.BgClassName
{
background-color: #6ABC2B;
}
</style>
border-color css
<style>
span { border-color: #6ABC2B; }
span { border-color: rgb(106,188,43); }
td.TdClassName
{
border-color: #6ABC2B;
}
.TagClassName
{
border-color: #6ABC2B;
}
</style>