Shades of Christi #6EAC2A
Tints of Christi #6EAC2A
RGB
CMYK
RGB Variations
Color information
#6EAC2A (or 0x6EAC2A) is known color: Christi. HEX triplet: 6E, AC and 2A. RGB value is (110,172,42). Sum of RGB (Red+Green+Blue) = 110+172+42=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAC2A is #9153D5. Grayscale: #8B8B8B. Windows color (decimal): -9524182 or 2796654. OLE color: 2796654.
HSL color Cylindrical-coordinate representation of color #6EAC2A: hue angle of 88.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EAC2A is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 172 | 42 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.33 |
| HSL | 88.62º | 0.61% | 0.42% | - |
| HSV(B) | 88.62º | 0.76% | 0.67% | - |
| XYZ | 21.6 | 32.99 | 7.42 | - |
| YUV | 138.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 42 | 0.36 | 0 | 0.76 | 0.33 | 88.62 | 0.61 | 0.42 |
| Hex | 6E | AC | 2A | 24 | 0 | 4C | 21 | 59 | 3D | 2A |
| Octal | 156 | 254 | 52 | 44 | 0 | 114 | 41 | 131 | 75 | 52 |
| Binary | 1101110 | 10101100 | 101010 | 100100 | 0 | 1001100 | 100001 | 1011001 | 111101 | 101010 |
Color Harmonies of #6EAC2A
Complementary color
Monochromatic Colors of #6EAC2A
Black with #6EAC2A
Text Example
Text Example
White with #6EAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAC2A; }
p { color: rgb(110,172,42); }
H1.HeaderClassName
{
color: #6EAC2A;
}
.AnyTagClassName
{
color: #6EAC2A;
}
</style>
background-color css
<style>
a { background-color: #6EAC2A; }
a { background-color: rgb(110,172,42); }
div.DivClassName
{
background-color: #6EAC2A;
}
.BgClassName
{
background-color: #6EAC2A;
}
</style>
border-color css
<style>
span { border-color: #6EAC2A; }
span { border-color: rgb(110,172,42); }
td.TdClassName
{
border-color: #6EAC2A;
}
.TagClassName
{
border-color: #6EAC2A;
}
</style>