Shades of Christi #6BBA0F
Tints of Christi #6BBA0F
RGB
CMYK
RGB Variations
Color information
#6BBA0F (or 0x6BBA0F) is known color: Christi. HEX triplet: 6B, BA and 0F. RGB value is (107,186,15). Sum of RGB (Red+Green+Blue) = 107+186+15=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBA0F is #9445F0. Grayscale: #8F8F8F. Windows color (decimal): -9717233 or 1030763. OLE color: 1030763.
HSL color Cylindrical-coordinate representation of color #6BBA0F: hue angle of 87.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BBA0F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.27 |
| HSL | 87.72º | 0.85% | 0.39% | - |
| HSV(B) | 87.72º | 0.92% | 0.73% | - |
| XYZ | 23.71 | 38.28 | 6.59 | - |
| YUV | 142.89 | 55.83 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 15 | 0.42 | 0 | 0.92 | 0.27 | 87.72 | 0.85 | 0.39 |
| Hex | 6B | BA | F | 2A | 0 | 5C | 1B | 58 | 55 | 27 |
| Octal | 153 | 272 | 17 | 52 | 0 | 134 | 33 | 130 | 125 | 47 |
| Binary | 1101011 | 10111010 | 1111 | 101010 | 0 | 1011100 | 11011 | 1011000 | 1010101 | 100111 |
Color Harmonies of #6BBA0F
Complementary color
Monochromatic Colors of #6BBA0F
Black with #6BBA0F
Text Example
Text Example
White with #6BBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA0F; }
p { color: rgb(107,186,15); }
H1.HeaderClassName
{
color: #6BBA0F;
}
.AnyTagClassName
{
color: #6BBA0F;
}
</style>
background-color css
<style>
a { background-color: #6BBA0F; }
a { background-color: rgb(107,186,15); }
div.DivClassName
{
background-color: #6BBA0F;
}
.BgClassName
{
background-color: #6BBA0F;
}
</style>
border-color css
<style>
span { border-color: #6BBA0F; }
span { border-color: rgb(107,186,15); }
td.TdClassName
{
border-color: #6BBA0F;
}
.TagClassName
{
border-color: #6BBA0F;
}
</style>