Shades of Christi #6DA82A
Tints of Christi #6DA82A
RGB
CMYK
RGB Variations
Color information
#6DA82A (or 0x6DA82A) is known color: Christi. HEX triplet: 6D, A8 and 2A. RGB value is (109,168,42). Sum of RGB (Red+Green+Blue) = 109+168+42=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA82A is #9257D5. Grayscale: #888888. Windows color (decimal): -9590742 or 2795629. OLE color: 2795629.
HSL color Cylindrical-coordinate representation of color #6DA82A: hue angle of 88.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DA82A is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 42 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.34 |
| HSL | 88.1º | 0.6% | 0.41% | - |
| HSV(B) | 88.1º | 0.75% | 0.66% | - |
| XYZ | 20.73 | 31.42 | 7.16 | - |
| YUV | 136 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 42 | 0.35 | 0 | 0.75 | 0.34 | 88.1 | 0.6 | 0.41 |
| Hex | 6D | A8 | 2A | 23 | 0 | 4B | 22 | 58 | 3C | 29 |
| Octal | 155 | 250 | 52 | 43 | 0 | 113 | 42 | 130 | 74 | 51 |
| Binary | 1101101 | 10101000 | 101010 | 100011 | 0 | 1001011 | 100010 | 1011000 | 111100 | 101001 |
Color Harmonies of #6DA82A
Complementary color
Monochromatic Colors of #6DA82A
Black with #6DA82A
Text Example
Text Example
White with #6DA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA82A; }
p { color: rgb(109,168,42); }
H1.HeaderClassName
{
color: #6DA82A;
}
.AnyTagClassName
{
color: #6DA82A;
}
</style>
background-color css
<style>
a { background-color: #6DA82A; }
a { background-color: rgb(109,168,42); }
div.DivClassName
{
background-color: #6DA82A;
}
.BgClassName
{
background-color: #6DA82A;
}
</style>
border-color css
<style>
span { border-color: #6DA82A; }
span { border-color: rgb(109,168,42); }
td.TdClassName
{
border-color: #6DA82A;
}
.TagClassName
{
border-color: #6DA82A;
}
</style>