Shades of Christi #6FBC10
Tints of Christi #6FBC10
RGB
CMYK
RGB Variations
Color information
#6FBC10 (or 0x6FBC10) is known color: Christi. HEX triplet: 6F, BC and 10. RGB value is (111,188,16). Sum of RGB (Red+Green+Blue) = 111+188+16=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC10 is #9043EF. Grayscale: #919191. Windows color (decimal): -9454576 or 1096815. OLE color: 1096815.
HSL color Cylindrical-coordinate representation of color #6FBC10: hue angle of 86.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FBC10 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 16 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.26 |
| HSL | 86.86º | 0.84% | 0.4% | - |
| HSV(B) | 86.86º | 0.91% | 0.74% | - |
| XYZ | 24.63 | 39.38 | 6.79 | - |
| YUV | 145.37 | 54.99 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 16 | 0.41 | 0 | 0.91 | 0.26 | 86.86 | 0.84 | 0.4 |
| Hex | 6F | BC | 10 | 29 | 0 | 5B | 1A | 57 | 54 | 28 |
| Octal | 157 | 274 | 20 | 51 | 0 | 133 | 32 | 127 | 124 | 50 |
| Binary | 1101111 | 10111100 | 10000 | 101001 | 0 | 1011011 | 11010 | 1010111 | 1010100 | 101000 |
Color Harmonies of #6FBC10
Complementary color
Monochromatic Colors of #6FBC10
Black with #6FBC10
Text Example
Text Example
White with #6FBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC10; }
p { color: rgb(111,188,16); }
H1.HeaderClassName
{
color: #6FBC10;
}
.AnyTagClassName
{
color: #6FBC10;
}
</style>
background-color css
<style>
a { background-color: #6FBC10; }
a { background-color: rgb(111,188,16); }
div.DivClassName
{
background-color: #6FBC10;
}
.BgClassName
{
background-color: #6FBC10;
}
</style>
border-color css
<style>
span { border-color: #6FBC10; }
span { border-color: rgb(111,188,16); }
td.TdClassName
{
border-color: #6FBC10;
}
.TagClassName
{
border-color: #6FBC10;
}
</style>