Shades of Christi #6BBB0E
Tints of Christi #6BBB0E
RGB
CMYK
RGB Variations
Color information
#6BBB0E (or 0x6BBB0E) is known color: Christi. HEX triplet: 6B, BB and 0E. RGB value is (107,187,14). Sum of RGB (Red+Green+Blue) = 107+187+14=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBB0E is #9444F1. Grayscale: #8F8F8F. Windows color (decimal): -9716978 or 965483. OLE color: 965483.
HSL color Cylindrical-coordinate representation of color #6BBB0E: hue angle of 87.75º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BBB0E is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 14 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.27 |
| HSL | 87.75º | 0.86% | 0.39% | - |
| HSV(B) | 87.75º | 0.93% | 0.73% | - |
| XYZ | 23.91 | 38.7 | 6.62 | - |
| YUV | 143.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 14 | 0.43 | 0 | 0.93 | 0.27 | 87.75 | 0.86 | 0.39 |
| Hex | 6B | BB | E | 2B | 0 | 5D | 1B | 58 | 56 | 27 |
| Octal | 153 | 273 | 16 | 53 | 0 | 135 | 33 | 130 | 126 | 47 |
| Binary | 1101011 | 10111011 | 1110 | 101011 | 0 | 1011101 | 11011 | 1011000 | 1010110 | 100111 |
Color Harmonies of #6BBB0E
Complementary color
Monochromatic Colors of #6BBB0E
Black with #6BBB0E
Text Example
Text Example
White with #6BBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB0E; }
p { color: rgb(107,187,14); }
H1.HeaderClassName
{
color: #6BBB0E;
}
.AnyTagClassName
{
color: #6BBB0E;
}
</style>
background-color css
<style>
a { background-color: #6BBB0E; }
a { background-color: rgb(107,187,14); }
div.DivClassName
{
background-color: #6BBB0E;
}
.BgClassName
{
background-color: #6BBB0E;
}
</style>
border-color css
<style>
span { border-color: #6BBB0E; }
span { border-color: rgb(107,187,14); }
td.TdClassName
{
border-color: #6BBB0E;
}
.TagClassName
{
border-color: #6BBB0E;
}
</style>