Shades of Christi #6CA42C
Tints of Christi #6CA42C
RGB
CMYK
RGB Variations
Color information
#6CA42C (or 0x6CA42C) is known color: Christi. HEX triplet: 6C, A4 and 2C. RGB value is (108,164,44). Sum of RGB (Red+Green+Blue) = 108+164+44=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA42C is #935BD3. Grayscale: #868686. Windows color (decimal): -9657300 or 2925676. OLE color: 2925676.
HSL color Cylindrical-coordinate representation of color #6CA42C: hue angle of 88º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CA42C is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 44 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.36 |
| HSL | 88º | 0.58% | 0.41% | - |
| HSV(B) | 88º | 0.73% | 0.64% | - |
| XYZ | 19.91 | 29.92 | 7.11 | - |
| YUV | 133.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 44 | 0.34 | 0 | 0.73 | 0.36 | 88 | 0.58 | 0.41 |
| Hex | 6C | A4 | 2C | 22 | 0 | 49 | 24 | 58 | 3A | 29 |
| Octal | 154 | 244 | 54 | 42 | 0 | 111 | 44 | 130 | 72 | 51 |
| Binary | 1101100 | 10100100 | 101100 | 100010 | 0 | 1001001 | 100100 | 1011000 | 111010 | 101001 |
Color Harmonies of #6CA42C
Complementary color
Monochromatic Colors of #6CA42C
Black with #6CA42C
Text Example
Text Example
White with #6CA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA42C; }
p { color: rgb(108,164,44); }
H1.HeaderClassName
{
color: #6CA42C;
}
.AnyTagClassName
{
color: #6CA42C;
}
</style>
background-color css
<style>
a { background-color: #6CA42C; }
a { background-color: rgb(108,164,44); }
div.DivClassName
{
background-color: #6CA42C;
}
.BgClassName
{
background-color: #6CA42C;
}
</style>
border-color css
<style>
span { border-color: #6CA42C; }
span { border-color: rgb(108,164,44); }
td.TdClassName
{
border-color: #6CA42C;
}
.TagClassName
{
border-color: #6CA42C;
}
</style>