Shades of Christi #6EB00A
Tints of Christi #6EB00A
RGB
CMYK
RGB Variations
Color information
#6EB00A (or 0x6EB00A) is known color: Christi. HEX triplet: 6E, B0 and 0A. RGB value is (110,176,10). Sum of RGB (Red+Green+Blue) = 110+176+10=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EB00A is #914FF5. Grayscale: #898989. Windows color (decimal): -9523190 or 700526. OLE color: 700526.
HSL color Cylindrical-coordinate representation of color #6EB00A: hue angle of 83.86º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EB00A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 176 | 10 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.31 |
| HSL | 83.86º | 0.89% | 0.36% | - |
| HSV(B) | 83.86º | 0.94% | 0.69% | - |
| XYZ | 22.01 | 34.39 | 5.76 | - |
| YUV | 137.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 10 | 0.37 | 0 | 0.94 | 0.31 | 83.86 | 0.89 | 0.36 |
| Hex | 6E | B0 | A | 25 | 0 | 5E | 1F | 54 | 59 | 24 |
| Octal | 156 | 260 | 12 | 45 | 0 | 136 | 37 | 124 | 131 | 44 |
| Binary | 1101110 | 10110000 | 1010 | 100101 | 0 | 1011110 | 11111 | 1010100 | 1011001 | 100100 |
Color Harmonies of #6EB00A
Complementary color
Monochromatic Colors of #6EB00A
Black with #6EB00A
Text Example
Text Example
White with #6EB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB00A; }
p { color: rgb(110,176,10); }
H1.HeaderClassName
{
color: #6EB00A;
}
.AnyTagClassName
{
color: #6EB00A;
}
</style>
background-color css
<style>
a { background-color: #6EB00A; }
a { background-color: rgb(110,176,10); }
div.DivClassName
{
background-color: #6EB00A;
}
.BgClassName
{
background-color: #6EB00A;
}
</style>
border-color css
<style>
span { border-color: #6EB00A; }
span { border-color: rgb(110,176,10); }
td.TdClassName
{
border-color: #6EB00A;
}
.TagClassName
{
border-color: #6EB00A;
}
</style>