Shades of Christi #6EAB2D
Tints of Christi #6EAB2D
RGB
CMYK
RGB Variations
Color information
#6EAB2D (or 0x6EAB2D) is known color: Christi. HEX triplet: 6E, AB and 2D. RGB value is (110,171,45). Sum of RGB (Red+Green+Blue) = 110+171+45=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAB2D is #9154D2. Grayscale: #8A8A8A. Windows color (decimal): -9524435 or 2993006. OLE color: 2993006.
HSL color Cylindrical-coordinate representation of color #6EAB2D: hue angle of 89.05º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6EAB2D is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 45 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.33 |
| HSL | 89.05º | 0.58% | 0.42% | - |
| HSV(B) | 89.05º | 0.74% | 0.67% | - |
| XYZ | 21.47 | 32.63 | 7.65 | - |
| YUV | 138.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 45 | 0.36 | 0 | 0.74 | 0.33 | 89.05 | 0.58 | 0.42 |
| Hex | 6E | AB | 2D | 24 | 0 | 4A | 21 | 59 | 3A | 2A |
| Octal | 156 | 253 | 55 | 44 | 0 | 112 | 41 | 131 | 72 | 52 |
| Binary | 1101110 | 10101011 | 101101 | 100100 | 0 | 1001010 | 100001 | 1011001 | 111010 | 101010 |
Color Harmonies of #6EAB2D
Complementary color
Monochromatic Colors of #6EAB2D
Black with #6EAB2D
Text Example
Text Example
White with #6EAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAB2D; }
p { color: rgb(110,171,45); }
H1.HeaderClassName
{
color: #6EAB2D;
}
.AnyTagClassName
{
color: #6EAB2D;
}
</style>
background-color css
<style>
a { background-color: #6EAB2D; }
a { background-color: rgb(110,171,45); }
div.DivClassName
{
background-color: #6EAB2D;
}
.BgClassName
{
background-color: #6EAB2D;
}
</style>
border-color css
<style>
span { border-color: #6EAB2D; }
span { border-color: rgb(110,171,45); }
td.TdClassName
{
border-color: #6EAB2D;
}
.TagClassName
{
border-color: #6EAB2D;
}
</style>