Shades of Christi #6EB12D
Tints of Christi #6EB12D
RGB
CMYK
RGB Variations
Color information
#6EB12D (or 0x6EB12D) is known color: Christi. HEX triplet: 6E, B1 and 2D. RGB value is (110,177,45). Sum of RGB (Red+Green+Blue) = 110+177+45=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EB12D is #914ED2. Grayscale: #8E8E8E. Windows color (decimal): -9522899 or 2994542. OLE color: 2994542.
HSL color Cylindrical-coordinate representation of color #6EB12D: hue angle of 90.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EB12D is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 177 | 45 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.31 |
| HSL | 90.45º | 0.59% | 0.44% | - |
| HSV(B) | 90.45º | 0.75% | 0.69% | - |
| XYZ | 22.63 | 34.95 | 8.04 | - |
| YUV | 141.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 45 | 0.38 | 0 | 0.75 | 0.31 | 90.45 | 0.59 | 0.44 |
| Hex | 6E | B1 | 2D | 26 | 0 | 4B | 1F | 5A | 3B | 2C |
| Octal | 156 | 261 | 55 | 46 | 0 | 113 | 37 | 132 | 73 | 54 |
| Binary | 1101110 | 10110001 | 101101 | 100110 | 0 | 1001011 | 11111 | 1011010 | 111011 | 101100 |
Color Harmonies of #6EB12D
Complementary color
Monochromatic Colors of #6EB12D
Black with #6EB12D
Text Example
Text Example
White with #6EB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB12D; }
p { color: rgb(110,177,45); }
H1.HeaderClassName
{
color: #6EB12D;
}
.AnyTagClassName
{
color: #6EB12D;
}
</style>
background-color css
<style>
a { background-color: #6EB12D; }
a { background-color: rgb(110,177,45); }
div.DivClassName
{
background-color: #6EB12D;
}
.BgClassName
{
background-color: #6EB12D;
}
</style>
border-color css
<style>
span { border-color: #6EB12D; }
span { border-color: rgb(110,177,45); }
td.TdClassName
{
border-color: #6EB12D;
}
.TagClassName
{
border-color: #6EB12D;
}
</style>