Shades of Christi #6ABC1B
Tints of Christi #6ABC1B
RGB
CMYK
RGB Variations
Color information
#6ABC1B (or 0x6ABC1B) is known color: Christi. HEX triplet: 6A, BC and 1B. RGB value is (106,188,27). Sum of RGB (Red+Green+Blue) = 106+188+27=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC1B is #9543E4. Grayscale: #919191. Windows color (decimal): -9782245 or 1817706. OLE color: 1817706.
HSL color Cylindrical-coordinate representation of color #6ABC1B: hue angle of 90.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ABC1B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 27 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.26 |
| HSL | 90.56º | 0.75% | 0.42% | - |
| HSV(B) | 90.56º | 0.86% | 0.74% | - |
| XYZ | 24.12 | 39.11 | 7.31 | - |
| YUV | 145.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 27 | 0.44 | 0 | 0.86 | 0.26 | 90.56 | 0.75 | 0.42 |
| Hex | 6A | BC | 1B | 2C | 0 | 56 | 1A | 5B | 4B | 2A |
| Octal | 152 | 274 | 33 | 54 | 0 | 126 | 32 | 133 | 113 | 52 |
| Binary | 1101010 | 10111100 | 11011 | 101100 | 0 | 1010110 | 11010 | 1011011 | 1001011 | 101010 |
Color Harmonies of #6ABC1B
Complementary color
Monochromatic Colors of #6ABC1B
Black with #6ABC1B
Text Example
Text Example
White with #6ABC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC1B; }
p { color: rgb(106,188,27); }
H1.HeaderClassName
{
color: #6ABC1B;
}
.AnyTagClassName
{
color: #6ABC1B;
}
</style>
background-color css
<style>
a { background-color: #6ABC1B; }
a { background-color: rgb(106,188,27); }
div.DivClassName
{
background-color: #6ABC1B;
}
.BgClassName
{
background-color: #6ABC1B;
}
</style>
border-color css
<style>
span { border-color: #6ABC1B; }
span { border-color: rgb(106,188,27); }
td.TdClassName
{
border-color: #6ABC1B;
}
.TagClassName
{
border-color: #6ABC1B;
}
</style>