Shades of Christi #6BBE0D
Tints of Christi #6BBE0D
RGB
CMYK
RGB Variations
Color information
#6BBE0D (or 0x6BBE0D) is known color: Christi. HEX triplet: 6B, BE and 0D. RGB value is (107,190,13). Sum of RGB (Red+Green+Blue) = 107+190+13=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBE0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBE0D is #9441F2. Grayscale: #919191. Windows color (decimal): -9716211 or 900715. OLE color: 900715.
HSL color Cylindrical-coordinate representation of color #6BBE0D: hue angle of 88.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BBE0D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 190 | 13 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.25 |
| HSL | 88.14º | 0.87% | 0.4% | - |
| HSV(B) | 88.14º | 0.93% | 0.75% | - |
| XYZ | 24.55 | 39.98 | 6.8 | - |
| YUV | 145.01 | 53.5 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 13 | 0.44 | 0 | 0.93 | 0.25 | 88.14 | 0.87 | 0.4 |
| Hex | 6B | BE | D | 2C | 0 | 5D | 19 | 58 | 57 | 28 |
| Octal | 153 | 276 | 15 | 54 | 0 | 135 | 31 | 130 | 127 | 50 |
| Binary | 1101011 | 10111110 | 1101 | 101100 | 0 | 1011101 | 11001 | 1011000 | 1010111 | 101000 |
Color Harmonies of #6BBE0D
Complementary color
Monochromatic Colors of #6BBE0D
Black with #6BBE0D
Text Example
Text Example
White with #6BBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBE0D; }
p { color: rgb(107,190,13); }
H1.HeaderClassName
{
color: #6BBE0D;
}
.AnyTagClassName
{
color: #6BBE0D;
}
</style>
background-color css
<style>
a { background-color: #6BBE0D; }
a { background-color: rgb(107,190,13); }
div.DivClassName
{
background-color: #6BBE0D;
}
.BgClassName
{
background-color: #6BBE0D;
}
</style>
border-color css
<style>
span { border-color: #6BBE0D; }
span { border-color: rgb(107,190,13); }
td.TdClassName
{
border-color: #6BBE0D;
}
.TagClassName
{
border-color: #6BBE0D;
}
</style>