Shades of Christi #6FBC13
Tints of Christi #6FBC13
RGB
CMYK
RGB Variations
Color information
#6FBC13 (or 0x6FBC13) is known color: Christi. HEX triplet: 6F, BC and 13. RGB value is (111,188,19). Sum of RGB (Red+Green+Blue) = 111+188+19=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC13 is #9043EC. Grayscale: #929292. Windows color (decimal): -9454573 or 1293423. OLE color: 1293423.
HSL color Cylindrical-coordinate representation of color #6FBC13: hue angle of 87.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FBC13 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 19 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.26 |
| HSL | 87.34º | 0.82% | 0.41% | - |
| HSV(B) | 87.34º | 0.9% | 0.74% | - |
| XYZ | 24.66 | 39.39 | 6.92 | - |
| YUV | 145.71 | 56.49 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 19 | 0.41 | 0 | 0.90 | 0.26 | 87.34 | 0.82 | 0.41 |
| Hex | 6F | BC | 13 | 29 | 0 | 5A | 1A | 57 | 52 | 29 |
| Octal | 157 | 274 | 23 | 51 | 0 | 132 | 32 | 127 | 122 | 51 |
| Binary | 1101111 | 10111100 | 10011 | 101001 | 0 | 1011010 | 11010 | 1010111 | 1010010 | 101001 |
Color Harmonies of #6FBC13
Complementary color
Monochromatic Colors of #6FBC13
Black with #6FBC13
Text Example
Text Example
White with #6FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC13; }
p { color: rgb(111,188,19); }
H1.HeaderClassName
{
color: #6FBC13;
}
.AnyTagClassName
{
color: #6FBC13;
}
</style>
background-color css
<style>
a { background-color: #6FBC13; }
a { background-color: rgb(111,188,19); }
div.DivClassName
{
background-color: #6FBC13;
}
.BgClassName
{
background-color: #6FBC13;
}
</style>
border-color css
<style>
span { border-color: #6FBC13; }
span { border-color: rgb(111,188,19); }
td.TdClassName
{
border-color: #6FBC13;
}
.TagClassName
{
border-color: #6FBC13;
}
</style>