Shades of Christi #6DA52C
Tints of Christi #6DA52C
RGB
CMYK
RGB Variations
Color information
#6DA52C (or 0x6DA52C) is known color: Christi. HEX triplet: 6D, A5 and 2C. RGB value is (109,165,44). Sum of RGB (Red+Green+Blue) = 109+165+44=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA52C is #925AD3. Grayscale: #868686. Windows color (decimal): -9591508 or 2925933. OLE color: 2925933.
HSL color Cylindrical-coordinate representation of color #6DA52C: hue angle of 87.77º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6DA52C is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 44 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.35 |
| HSL | 87.77º | 0.58% | 0.41% | - |
| HSV(B) | 87.77º | 0.73% | 0.65% | - |
| XYZ | 20.22 | 30.34 | 7.17 | - |
| YUV | 134.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 44 | 0.34 | 0 | 0.73 | 0.35 | 87.77 | 0.58 | 0.41 |
| Hex | 6D | A5 | 2C | 22 | 0 | 49 | 23 | 58 | 3A | 29 |
| Octal | 155 | 245 | 54 | 42 | 0 | 111 | 43 | 130 | 72 | 51 |
| Binary | 1101101 | 10100101 | 101100 | 100010 | 0 | 1001001 | 100011 | 1011000 | 111010 | 101001 |
Color Harmonies of #6DA52C
Complementary color
Monochromatic Colors of #6DA52C
Black with #6DA52C
Text Example
Text Example
White with #6DA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA52C; }
p { color: rgb(109,165,44); }
H1.HeaderClassName
{
color: #6DA52C;
}
.AnyTagClassName
{
color: #6DA52C;
}
</style>
background-color css
<style>
a { background-color: #6DA52C; }
a { background-color: rgb(109,165,44); }
div.DivClassName
{
background-color: #6DA52C;
}
.BgClassName
{
background-color: #6DA52C;
}
</style>
border-color css
<style>
span { border-color: #6DA52C; }
span { border-color: rgb(109,165,44); }
td.TdClassName
{
border-color: #6DA52C;
}
.TagClassName
{
border-color: #6DA52C;
}
</style>