Shades of Christi #6FBB14
Tints of Christi #6FBB14
RGB
CMYK
RGB Variations
Color information
#6FBB14 (or 0x6FBB14) is known color: Christi. HEX triplet: 6F, BB and 14. RGB value is (111,187,20). Sum of RGB (Red+Green+Blue) = 111+187+20=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBB14 is #9044EB. Grayscale: #919191. Windows color (decimal): -9454828 or 1358703. OLE color: 1358703.
HSL color Cylindrical-coordinate representation of color #6FBB14: hue angle of 87.31º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FBB14 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 20 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.27 |
| HSL | 87.31º | 0.81% | 0.41% | - |
| HSV(B) | 87.31º | 0.89% | 0.73% | - |
| XYZ | 24.45 | 38.97 | 6.9 | - |
| YUV | 145.24 | 57.32 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 20 | 0.41 | 0 | 0.89 | 0.27 | 87.31 | 0.81 | 0.41 |
| Hex | 6F | BB | 14 | 29 | 0 | 59 | 1B | 57 | 51 | 29 |
| Octal | 157 | 273 | 24 | 51 | 0 | 131 | 33 | 127 | 121 | 51 |
| Binary | 1101111 | 10111011 | 10100 | 101001 | 0 | 1011001 | 11011 | 1010111 | 1010001 | 101001 |
Color Harmonies of #6FBB14
Complementary color
Monochromatic Colors of #6FBB14
Black with #6FBB14
Text Example
Text Example
White with #6FBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB14; }
p { color: rgb(111,187,20); }
H1.HeaderClassName
{
color: #6FBB14;
}
.AnyTagClassName
{
color: #6FBB14;
}
</style>
background-color css
<style>
a { background-color: #6FBB14; }
a { background-color: rgb(111,187,20); }
div.DivClassName
{
background-color: #6FBB14;
}
.BgClassName
{
background-color: #6FBB14;
}
</style>
border-color css
<style>
span { border-color: #6FBB14; }
span { border-color: rgb(111,187,20); }
td.TdClassName
{
border-color: #6FBB14;
}
.TagClassName
{
border-color: #6FBB14;
}
</style>