Shades of Christi #6CA428
Tints of Christi #6CA428
RGB
CMYK
RGB Variations
Color information
#6CA428 (or 0x6CA428) is known color: Christi. HEX triplet: 6C, A4 and 28. RGB value is (108,164,40). Sum of RGB (Red+Green+Blue) = 108+164+40=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA428 is #935BD7. Grayscale: #858585. Windows color (decimal): -9657304 or 2663532. OLE color: 2663532.
HSL color Cylindrical-coordinate representation of color #6CA428: hue angle of 87.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CA428 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 40 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.36 |
| HSL | 87.1º | 0.61% | 0.4% | - |
| HSV(B) | 87.1º | 0.76% | 0.64% | - |
| XYZ | 19.84 | 29.89 | 6.73 | - |
| YUV | 133.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 40 | 0.34 | 0 | 0.76 | 0.36 | 87.1 | 0.61 | 0.4 |
| Hex | 6C | A4 | 28 | 22 | 0 | 4C | 24 | 57 | 3D | 28 |
| Octal | 154 | 244 | 50 | 42 | 0 | 114 | 44 | 127 | 75 | 50 |
| Binary | 1101100 | 10100100 | 101000 | 100010 | 0 | 1001100 | 100100 | 1010111 | 111101 | 101000 |
Color Harmonies of #6CA428
Complementary color
Monochromatic Colors of #6CA428
Black with #6CA428
Text Example
Text Example
White with #6CA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA428; }
p { color: rgb(108,164,40); }
H1.HeaderClassName
{
color: #6CA428;
}
.AnyTagClassName
{
color: #6CA428;
}
</style>
background-color css
<style>
a { background-color: #6CA428; }
a { background-color: rgb(108,164,40); }
div.DivClassName
{
background-color: #6CA428;
}
.BgClassName
{
background-color: #6CA428;
}
</style>
border-color css
<style>
span { border-color: #6CA428; }
span { border-color: rgb(108,164,40); }
td.TdClassName
{
border-color: #6CA428;
}
.TagClassName
{
border-color: #6CA428;
}
</style>