Shades of Christi #6DAD2A
Tints of Christi #6DAD2A
RGB
CMYK
RGB Variations
Color information
#6DAD2A (or 0x6DAD2A) is known color: Christi. HEX triplet: 6D, AD and 2A. RGB value is (109,173,42). Sum of RGB (Red+Green+Blue) = 109+173+42=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAD2A is #9252D5. Grayscale: #8B8B8B. Windows color (decimal): -9589462 or 2796909. OLE color: 2796909.
HSL color Cylindrical-coordinate representation of color #6DAD2A: hue angle of 89.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DAD2A is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 42 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.32 |
| HSL | 89.31º | 0.61% | 0.42% | - |
| HSV(B) | 89.31º | 0.76% | 0.68% | - |
| XYZ | 21.67 | 33.31 | 7.48 | - |
| YUV | 138.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 42 | 0.37 | 0 | 0.76 | 0.32 | 89.31 | 0.61 | 0.42 |
| Hex | 6D | AD | 2A | 25 | 0 | 4C | 20 | 59 | 3D | 2A |
| Octal | 155 | 255 | 52 | 45 | 0 | 114 | 40 | 131 | 75 | 52 |
| Binary | 1101101 | 10101101 | 101010 | 100101 | 0 | 1001100 | 100000 | 1011001 | 111101 | 101010 |
Color Harmonies of #6DAD2A
Complementary color
Monochromatic Colors of #6DAD2A
Black with #6DAD2A
Text Example
Text Example
White with #6DAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD2A; }
p { color: rgb(109,173,42); }
H1.HeaderClassName
{
color: #6DAD2A;
}
.AnyTagClassName
{
color: #6DAD2A;
}
</style>
background-color css
<style>
a { background-color: #6DAD2A; }
a { background-color: rgb(109,173,42); }
div.DivClassName
{
background-color: #6DAD2A;
}
.BgClassName
{
background-color: #6DAD2A;
}
</style>
border-color css
<style>
span { border-color: #6DAD2A; }
span { border-color: rgb(109,173,42); }
td.TdClassName
{
border-color: #6DAD2A;
}
.TagClassName
{
border-color: #6DAD2A;
}
</style>