Shades of Christi #6EBA2F
Tints of Christi #6EBA2F
RGB
CMYK
RGB Variations
Color information
#6EBA2F (or 0x6EBA2F) is known color: Christi. HEX triplet: 6E, BA and 2F. RGB value is (110,186,47). Sum of RGB (Red+Green+Blue) = 110+186+47=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBA2F is #9145D0. Grayscale: #939393. Windows color (decimal): -9520593 or 3127918. OLE color: 3127918.
HSL color Cylindrical-coordinate representation of color #6EBA2F: hue angle of 92.81º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EBA2F is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 47 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.27 |
| HSL | 92.81º | 0.6% | 0.46% | - |
| HSV(B) | 92.81º | 0.75% | 0.73% | - |
| XYZ | 24.5 | 38.64 | 8.86 | - |
| YUV | 147.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 47 | 0.41 | 0 | 0.75 | 0.27 | 92.81 | 0.6 | 0.46 |
| Hex | 6E | BA | 2F | 29 | 0 | 4B | 1B | 5D | 3C | 2E |
| Octal | 156 | 272 | 57 | 51 | 0 | 113 | 33 | 135 | 74 | 56 |
| Binary | 1101110 | 10111010 | 101111 | 101001 | 0 | 1001011 | 11011 | 1011101 | 111100 | 101110 |
Color Harmonies of #6EBA2F
Complementary color
Monochromatic Colors of #6EBA2F
Black with #6EBA2F
Text Example
Text Example
White with #6EBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBA2F; }
p { color: rgb(110,186,47); }
H1.HeaderClassName
{
color: #6EBA2F;
}
.AnyTagClassName
{
color: #6EBA2F;
}
</style>
background-color css
<style>
a { background-color: #6EBA2F; }
a { background-color: rgb(110,186,47); }
div.DivClassName
{
background-color: #6EBA2F;
}
.BgClassName
{
background-color: #6EBA2F;
}
</style>
border-color css
<style>
span { border-color: #6EBA2F; }
span { border-color: rgb(110,186,47); }
td.TdClassName
{
border-color: #6EBA2F;
}
.TagClassName
{
border-color: #6EBA2F;
}
</style>