Shades of Christi #6EA50B
Tints of Christi #6EA50B
RGB
CMYK
RGB Variations
Color information
#6EA50B (or 0x6EA50B) is known color: Christi. HEX triplet: 6E, A5 and 0B. RGB value is (110,165,11). Sum of RGB (Red+Green+Blue) = 110+165+11=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA50B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA50B is #915AF4. Grayscale: #838383. Windows color (decimal): -9526005 or 763246. OLE color: 763246.
HSL color Cylindrical-coordinate representation of color #6EA50B: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EA50B is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 11 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.35 |
| HSL | 81.43º | 0.88% | 0.35% | - |
| HSV(B) | 81.43º | 0.93% | 0.65% | - |
| XYZ | 19.95 | 30.25 | 5.1 | - |
| YUV | 131 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 11 | 0.33 | 0 | 0.93 | 0.35 | 81.43 | 0.88 | 0.35 |
| Hex | 6E | A5 | B | 21 | 0 | 5D | 23 | 51 | 58 | 23 |
| Octal | 156 | 245 | 13 | 41 | 0 | 135 | 43 | 121 | 130 | 43 |
| Binary | 1101110 | 10100101 | 1011 | 100001 | 0 | 1011101 | 100011 | 1010001 | 1011000 | 100011 |
Color Harmonies of #6EA50B
Complementary color
Monochromatic Colors of #6EA50B
Black with #6EA50B
Text Example
Text Example
White with #6EA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA50B; }
p { color: rgb(110,165,11); }
H1.HeaderClassName
{
color: #6EA50B;
}
.AnyTagClassName
{
color: #6EA50B;
}
</style>
background-color css
<style>
a { background-color: #6EA50B; }
a { background-color: rgb(110,165,11); }
div.DivClassName
{
background-color: #6EA50B;
}
.BgClassName
{
background-color: #6EA50B;
}
</style>
border-color css
<style>
span { border-color: #6EA50B; }
span { border-color: rgb(110,165,11); }
td.TdClassName
{
border-color: #6EA50B;
}
.TagClassName
{
border-color: #6EA50B;
}
</style>