Shades of Christi #6BC01A
Tints of Christi #6BC01A
RGB
CMYK
RGB Variations
Color information
#6BC01A (or 0x6BC01A) is known color: Christi. HEX triplet: 6B, C0 and 1A. RGB value is (107,192,26). Sum of RGB (Red+Green+Blue) = 107+192+26=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC01A is #943FE5. Grayscale: #949494. Windows color (decimal): -9715686 or 1753195. OLE color: 1753195.
HSL color Cylindrical-coordinate representation of color #6BC01A: hue angle of 90.72º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6BC01A is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 26 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.25 |
| HSL | 90.72º | 0.76% | 0.43% | - |
| HSV(B) | 90.72º | 0.86% | 0.75% | - |
| XYZ | 25.1 | 40.9 | 7.55 | - |
| YUV | 147.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 26 | 0.44 | 0 | 0.86 | 0.25 | 90.72 | 0.76 | 0.43 |
| Hex | 6B | C0 | 1A | 2C | 0 | 56 | 19 | 5B | 4C | 2B |
| Octal | 153 | 300 | 32 | 54 | 0 | 126 | 31 | 133 | 114 | 53 |
| Binary | 1101011 | 11000000 | 11010 | 101100 | 0 | 1010110 | 11001 | 1011011 | 1001100 | 101011 |
Color Harmonies of #6BC01A
Complementary color
Monochromatic Colors of #6BC01A
Black with #6BC01A
Text Example
Text Example
White with #6BC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC01A; }
p { color: rgb(107,192,26); }
H1.HeaderClassName
{
color: #6BC01A;
}
.AnyTagClassName
{
color: #6BC01A;
}
</style>
background-color css
<style>
a { background-color: #6BC01A; }
a { background-color: rgb(107,192,26); }
div.DivClassName
{
background-color: #6BC01A;
}
.BgClassName
{
background-color: #6BC01A;
}
</style>
border-color css
<style>
span { border-color: #6BC01A; }
span { border-color: rgb(107,192,26); }
td.TdClassName
{
border-color: #6BC01A;
}
.TagClassName
{
border-color: #6BC01A;
}
</style>