Shades of Christi #6DA42A
Tints of Christi #6DA42A
RGB
CMYK
RGB Variations
Color information
#6DA42A (or 0x6DA42A) is known color: Christi. HEX triplet: 6D, A4 and 2A. RGB value is (109,164,42). Sum of RGB (Red+Green+Blue) = 109+164+42=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA42A is #925BD5. Grayscale: #868686. Windows color (decimal): -9591766 or 2794605. OLE color: 2794605.
HSL color Cylindrical-coordinate representation of color #6DA42A: hue angle of 87.05º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DA42A is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 42 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.36 |
| HSL | 87.05º | 0.59% | 0.4% | - |
| HSV(B) | 87.05º | 0.74% | 0.64% | - |
| XYZ | 20 | 29.97 | 6.92 | - |
| YUV | 133.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 42 | 0.34 | 0 | 0.74 | 0.36 | 87.05 | 0.59 | 0.4 |
| Hex | 6D | A4 | 2A | 22 | 0 | 4A | 24 | 57 | 3B | 28 |
| Octal | 155 | 244 | 52 | 42 | 0 | 112 | 44 | 127 | 73 | 50 |
| Binary | 1101101 | 10100100 | 101010 | 100010 | 0 | 1001010 | 100100 | 1010111 | 111011 | 101000 |
Color Harmonies of #6DA42A
Complementary color
Monochromatic Colors of #6DA42A
Black with #6DA42A
Text Example
Text Example
White with #6DA42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA42A; }
p { color: rgb(109,164,42); }
H1.HeaderClassName
{
color: #6DA42A;
}
.AnyTagClassName
{
color: #6DA42A;
}
</style>
background-color css
<style>
a { background-color: #6DA42A; }
a { background-color: rgb(109,164,42); }
div.DivClassName
{
background-color: #6DA42A;
}
.BgClassName
{
background-color: #6DA42A;
}
</style>
border-color css
<style>
span { border-color: #6DA42A; }
span { border-color: rgb(109,164,42); }
td.TdClassName
{
border-color: #6DA42A;
}
.TagClassName
{
border-color: #6DA42A;
}
</style>