Shades of Christi #6AB10E
Tints of Christi #6AB10E
RGB
CMYK
RGB Variations
Color information
#6AB10E (or 0x6AB10E) is known color: Christi. HEX triplet: 6A, B1 and 0E. RGB value is (106,177,14). Sum of RGB (Red+Green+Blue) = 106+177+14=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB10E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB10E is #954EF1. Grayscale: #898989. Windows color (decimal): -9785074 or 962922. OLE color: 962922.
HSL color Cylindrical-coordinate representation of color #6AB10E: hue angle of 86.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AB10E is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 14 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.31 |
| HSL | 86.13º | 0.85% | 0.37% | - |
| HSV(B) | 86.13º | 0.92% | 0.69% | - |
| XYZ | 21.75 | 34.54 | 5.94 | - |
| YUV | 137.19 | 58.48 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 14 | 0.40 | 0 | 0.92 | 0.31 | 86.13 | 0.85 | 0.37 |
| Hex | 6A | B1 | E | 28 | 0 | 5C | 1F | 56 | 55 | 25 |
| Octal | 152 | 261 | 16 | 50 | 0 | 134 | 37 | 126 | 125 | 45 |
| Binary | 1101010 | 10110001 | 1110 | 101000 | 0 | 1011100 | 11111 | 1010110 | 1010101 | 100101 |
Color Harmonies of #6AB10E
Complementary color
Monochromatic Colors of #6AB10E
Black with #6AB10E
Text Example
Text Example
White with #6AB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB10E; }
p { color: rgb(106,177,14); }
H1.HeaderClassName
{
color: #6AB10E;
}
.AnyTagClassName
{
color: #6AB10E;
}
</style>
background-color css
<style>
a { background-color: #6AB10E; }
a { background-color: rgb(106,177,14); }
div.DivClassName
{
background-color: #6AB10E;
}
.BgClassName
{
background-color: #6AB10E;
}
</style>
border-color css
<style>
span { border-color: #6AB10E; }
span { border-color: rgb(106,177,14); }
td.TdClassName
{
border-color: #6AB10E;
}
.TagClassName
{
border-color: #6AB10E;
}
</style>