Shades of Christi #6BBB1D
Tints of Christi #6BBB1D
RGB
CMYK
RGB Variations
Color information
#6BBB1D (or 0x6BBB1D) is known color: Christi. HEX triplet: 6B, BB and 1D. RGB value is (107,187,29). Sum of RGB (Red+Green+Blue) = 107+187+29=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBB1D is #9444E2. Grayscale: #919191. Windows color (decimal): -9716963 or 1948523. OLE color: 1948523.
HSL color Cylindrical-coordinate representation of color #6BBB1D: hue angle of 90.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BBB1D is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 29 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.27 |
| HSL | 90.38º | 0.73% | 0.42% | - |
| HSV(B) | 90.38º | 0.84% | 0.73% | - |
| XYZ | 24.06 | 38.76 | 7.38 | - |
| YUV | 145.07 | 62.5 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 29 | 0.43 | 0 | 0.84 | 0.27 | 90.38 | 0.73 | 0.42 |
| Hex | 6B | BB | 1D | 2B | 0 | 54 | 1B | 5A | 49 | 2A |
| Octal | 153 | 273 | 35 | 53 | 0 | 124 | 33 | 132 | 111 | 52 |
| Binary | 1101011 | 10111011 | 11101 | 101011 | 0 | 1010100 | 11011 | 1011010 | 1001001 | 101010 |
Color Harmonies of #6BBB1D
Complementary color
Monochromatic Colors of #6BBB1D
Black with #6BBB1D
Text Example
Text Example
White with #6BBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB1D; }
p { color: rgb(107,187,29); }
H1.HeaderClassName
{
color: #6BBB1D;
}
.AnyTagClassName
{
color: #6BBB1D;
}
</style>
background-color css
<style>
a { background-color: #6BBB1D; }
a { background-color: rgb(107,187,29); }
div.DivClassName
{
background-color: #6BBB1D;
}
.BgClassName
{
background-color: #6BBB1D;
}
</style>
border-color css
<style>
span { border-color: #6BBB1D; }
span { border-color: rgb(107,187,29); }
td.TdClassName
{
border-color: #6BBB1D;
}
.TagClassName
{
border-color: #6BBB1D;
}
</style>