Shades of Christi #6FBA14
Tints of Christi #6FBA14
RGB
CMYK
RGB Variations
Color information
#6FBA14 (or 0x6FBA14) is known color: Christi. HEX triplet: 6F, BA and 14. RGB value is (111,186,20). Sum of RGB (Red+Green+Blue) = 111+186+20=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBA14 is #9045EB. Grayscale: #919191. Windows color (decimal): -9455084 or 1358447. OLE color: 1358447.
HSL color Cylindrical-coordinate representation of color #6FBA14: hue angle of 87.11º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FBA14 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 20 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.27 |
| HSL | 87.11º | 0.81% | 0.4% | - |
| HSV(B) | 87.11º | 0.89% | 0.73% | - |
| XYZ | 24.24 | 38.55 | 6.82 | - |
| YUV | 144.65 | 57.65 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 20 | 0.40 | 0 | 0.89 | 0.27 | 87.11 | 0.81 | 0.4 |
| Hex | 6F | BA | 14 | 28 | 0 | 59 | 1B | 57 | 51 | 28 |
| Octal | 157 | 272 | 24 | 50 | 0 | 131 | 33 | 127 | 121 | 50 |
| Binary | 1101111 | 10111010 | 10100 | 101000 | 0 | 1011001 | 11011 | 1010111 | 1010001 | 101000 |
Color Harmonies of #6FBA14
Complementary color
Monochromatic Colors of #6FBA14
Black with #6FBA14
Text Example
Text Example
White with #6FBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA14; }
p { color: rgb(111,186,20); }
H1.HeaderClassName
{
color: #6FBA14;
}
.AnyTagClassName
{
color: #6FBA14;
}
</style>
background-color css
<style>
a { background-color: #6FBA14; }
a { background-color: rgb(111,186,20); }
div.DivClassName
{
background-color: #6FBA14;
}
.BgClassName
{
background-color: #6FBA14;
}
</style>
border-color css
<style>
span { border-color: #6FBA14; }
span { border-color: rgb(111,186,20); }
td.TdClassName
{
border-color: #6FBA14;
}
.TagClassName
{
border-color: #6FBA14;
}
</style>