Shades of Christi #6CBA13
Tints of Christi #6CBA13
RGB
CMYK
RGB Variations
Color information
#6CBA13 (or 0x6CBA13) is known color: Christi. HEX triplet: 6C, BA and 13. RGB value is (108,186,19). Sum of RGB (Red+Green+Blue) = 108+186+19=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA13 is #9345EC. Grayscale: #909090. Windows color (decimal): -9651693 or 1292908. OLE color: 1292908.
HSL color Cylindrical-coordinate representation of color #6CBA13: hue angle of 88.02º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CBA13 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 19 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.27 |
| HSL | 88.02º | 0.81% | 0.4% | - |
| HSV(B) | 88.02º | 0.9% | 0.73% | - |
| XYZ | 23.86 | 38.35 | 6.76 | - |
| YUV | 143.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 19 | 0.42 | 0 | 0.90 | 0.27 | 88.02 | 0.81 | 0.4 |
| Hex | 6C | BA | 13 | 2A | 0 | 5A | 1B | 58 | 51 | 28 |
| Octal | 154 | 272 | 23 | 52 | 0 | 132 | 33 | 130 | 121 | 50 |
| Binary | 1101100 | 10111010 | 10011 | 101010 | 0 | 1011010 | 11011 | 1011000 | 1010001 | 101000 |
Color Harmonies of #6CBA13
Complementary color
Monochromatic Colors of #6CBA13
Black with #6CBA13
Text Example
Text Example
White with #6CBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA13; }
p { color: rgb(108,186,19); }
H1.HeaderClassName
{
color: #6CBA13;
}
.AnyTagClassName
{
color: #6CBA13;
}
</style>
background-color css
<style>
a { background-color: #6CBA13; }
a { background-color: rgb(108,186,19); }
div.DivClassName
{
background-color: #6CBA13;
}
.BgClassName
{
background-color: #6CBA13;
}
</style>
border-color css
<style>
span { border-color: #6CBA13; }
span { border-color: rgb(108,186,19); }
td.TdClassName
{
border-color: #6CBA13;
}
.TagClassName
{
border-color: #6CBA13;
}
</style>