Shades of Christi #6ABB0E
Tints of Christi #6ABB0E
RGB
CMYK
RGB Variations
Color information
#6ABB0E (or 0x6ABB0E) is known color: Christi. HEX triplet: 6A, BB and 0E. RGB value is (106,187,14). Sum of RGB (Red+Green+Blue) = 106+187+14=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ABB0E is #9544F1. Grayscale: #8F8F8F. Windows color (decimal): -9782514 or 965482. OLE color: 965482.
HSL color Cylindrical-coordinate representation of color #6ABB0E: hue angle of 88.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6ABB0E is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 14 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.27 |
| HSL | 88.09º | 0.86% | 0.39% | - |
| HSV(B) | 88.09º | 0.93% | 0.73% | - |
| XYZ | 23.79 | 38.64 | 6.62 | - |
| YUV | 143.06 | 55.16 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 14 | 0.43 | 0 | 0.93 | 0.27 | 88.09 | 0.86 | 0.39 |
| Hex | 6A | BB | E | 2B | 0 | 5D | 1B | 58 | 56 | 27 |
| Octal | 152 | 273 | 16 | 53 | 0 | 135 | 33 | 130 | 126 | 47 |
| Binary | 1101010 | 10111011 | 1110 | 101011 | 0 | 1011101 | 11011 | 1011000 | 1010110 | 100111 |
Color Harmonies of #6ABB0E
Complementary color
Monochromatic Colors of #6ABB0E
Black with #6ABB0E
Text Example
Text Example
White with #6ABB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB0E; }
p { color: rgb(106,187,14); }
H1.HeaderClassName
{
color: #6ABB0E;
}
.AnyTagClassName
{
color: #6ABB0E;
}
</style>
background-color css
<style>
a { background-color: #6ABB0E; }
a { background-color: rgb(106,187,14); }
div.DivClassName
{
background-color: #6ABB0E;
}
.BgClassName
{
background-color: #6ABB0E;
}
</style>
border-color css
<style>
span { border-color: #6ABB0E; }
span { border-color: rgb(106,187,14); }
td.TdClassName
{
border-color: #6ABB0E;
}
.TagClassName
{
border-color: #6ABB0E;
}
</style>