Shades of Christi #6ABB01
Tints of Christi #6ABB01
RGB
CMYK
RGB Variations
Color information
#6ABB01 (or 0x6ABB01) is known color: Christi. HEX triplet: 6A, BB and 01. RGB value is (106,187,1). Sum of RGB (Red+Green+Blue) = 106+187+1=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 187 (73.44% from 255 or 63.61% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB01 is #9544FE. Grayscale: #8E8E8E. Windows color (decimal): -9782527 or 113514. OLE color: 113514.
HSL color Cylindrical-coordinate representation of color #6ABB01: hue angle of 86.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6ABB01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.27 |
| HSL | 86.13º | 0.99% | 0.37% | - |
| HSV(B) | 86.13º | 0.99% | 0.73% | - |
| XYZ | 23.72 | 38.61 | 6.23 | - |
| YUV | 141.58 | 48.66 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 1 | 0.43 | 0 | 0.99 | 0.27 | 86.13 | 0.99 | 0.37 |
| Hex | 6A | BB | 1 | 2B | 0 | 63 | 1B | 56 | 63 | 25 |
| Octal | 152 | 273 | 1 | 53 | 0 | 143 | 33 | 126 | 143 | 45 |
| Binary | 1101010 | 10111011 | 1 | 101011 | 0 | 1100011 | 11011 | 1010110 | 1100011 | 100101 |
Color Harmonies of #6ABB01
Complementary color
Monochromatic Colors of #6ABB01
Black with #6ABB01
Text Example
Text Example
White with #6ABB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB01; }
p { color: rgb(106,187,1); }
H1.HeaderClassName
{
color: #6ABB01;
}
.AnyTagClassName
{
color: #6ABB01;
}
</style>
background-color css
<style>
a { background-color: #6ABB01; }
a { background-color: rgb(106,187,1); }
div.DivClassName
{
background-color: #6ABB01;
}
.BgClassName
{
background-color: #6ABB01;
}
</style>
border-color css
<style>
span { border-color: #6ABB01; }
span { border-color: rgb(106,187,1); }
td.TdClassName
{
border-color: #6ABB01;
}
.TagClassName
{
border-color: #6ABB01;
}
</style>