Shades of Christi #6BBA2E
Tints of Christi #6BBA2E
RGB
CMYK
RGB Variations
Color information
#6BBA2E (or 0x6BBA2E) is known color: Christi. HEX triplet: 6B, BA and 2E. RGB value is (107,186,46). Sum of RGB (Red+Green+Blue) = 107+186+46=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBA2E is #9445D1. Grayscale: #929292. Windows color (decimal): -9717202 or 3062379. OLE color: 3062379.
HSL color Cylindrical-coordinate representation of color #6BBA2E: hue angle of 93.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BBA2E is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 46 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.27 |
| HSL | 93.86º | 0.6% | 0.45% | - |
| HSV(B) | 93.86º | 0.75% | 0.73% | - |
| XYZ | 24.12 | 38.44 | 8.73 | - |
| YUV | 146.42 | 71.33 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 46 | 0.42 | 0 | 0.75 | 0.27 | 93.86 | 0.6 | 0.45 |
| Hex | 6B | BA | 2E | 2A | 0 | 4B | 1B | 5E | 3C | 2D |
| Octal | 153 | 272 | 56 | 52 | 0 | 113 | 33 | 136 | 74 | 55 |
| Binary | 1101011 | 10111010 | 101110 | 101010 | 0 | 1001011 | 11011 | 1011110 | 111100 | 101101 |
Color Harmonies of #6BBA2E
Complementary color
Monochromatic Colors of #6BBA2E
Black with #6BBA2E
Text Example
Text Example
White with #6BBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA2E; }
p { color: rgb(107,186,46); }
H1.HeaderClassName
{
color: #6BBA2E;
}
.AnyTagClassName
{
color: #6BBA2E;
}
</style>
background-color css
<style>
a { background-color: #6BBA2E; }
a { background-color: rgb(107,186,46); }
div.DivClassName
{
background-color: #6BBA2E;
}
.BgClassName
{
background-color: #6BBA2E;
}
</style>
border-color css
<style>
span { border-color: #6BBA2E; }
span { border-color: rgb(107,186,46); }
td.TdClassName
{
border-color: #6BBA2E;
}
.TagClassName
{
border-color: #6BBA2E;
}
</style>