Shades of Christi #6EBA1F
Tints of Christi #6EBA1F
RGB
CMYK
RGB Variations
Color information
#6EBA1F (or 0x6EBA1F) is known color: Christi. HEX triplet: 6E, BA and 1F. RGB value is (110,186,31). Sum of RGB (Red+Green+Blue) = 110+186+31=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBA1F is #9145E0. Grayscale: #929292. Windows color (decimal): -9520609 or 2079342. OLE color: 2079342.
HSL color Cylindrical-coordinate representation of color #6EBA1F: hue angle of 89.42º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6EBA1F is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 31 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.27 |
| HSL | 89.42º | 0.71% | 0.43% | - |
| HSV(B) | 89.42º | 0.83% | 0.73% | - |
| XYZ | 24.24 | 38.53 | 7.46 | - |
| YUV | 145.61 | 63.32 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 31 | 0.41 | 0 | 0.83 | 0.27 | 89.42 | 0.71 | 0.43 |
| Hex | 6E | BA | 1F | 29 | 0 | 53 | 1B | 59 | 47 | 2B |
| Octal | 156 | 272 | 37 | 51 | 0 | 123 | 33 | 131 | 107 | 53 |
| Binary | 1101110 | 10111010 | 11111 | 101001 | 0 | 1010011 | 11011 | 1011001 | 1000111 | 101011 |
Color Harmonies of #6EBA1F
Complementary color
Monochromatic Colors of #6EBA1F
Black with #6EBA1F
Text Example
Text Example
White with #6EBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA1F; }
p { color: rgb(110,186,31); }
H1.HeaderClassName
{
color: #6EBA1F;
}
.AnyTagClassName
{
color: #6EBA1F;
}
</style>
background-color css
<style>
a { background-color: #6EBA1F; }
a { background-color: rgb(110,186,31); }
div.DivClassName
{
background-color: #6EBA1F;
}
.BgClassName
{
background-color: #6EBA1F;
}
</style>
border-color css
<style>
span { border-color: #6EBA1F; }
span { border-color: rgb(110,186,31); }
td.TdClassName
{
border-color: #6EBA1F;
}
.TagClassName
{
border-color: #6EBA1F;
}
</style>