Shades of Christi #6CA210
Tints of Christi #6CA210
RGB
CMYK
RGB Variations
Color information
#6CA210 (or 0x6CA210) is known color: Christi. HEX triplet: 6C, A2 and 10. RGB value is (108,162,16). Sum of RGB (Red+Green+Blue) = 108+162+16=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA210 is #935DEF. Grayscale: #818181. Windows color (decimal): -9657840 or 1090156. OLE color: 1090156.
HSL color Cylindrical-coordinate representation of color #6CA210: hue angle of 82.19º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CA210 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 16 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.36 |
| HSL | 82.19º | 0.82% | 0.35% | - |
| HSV(B) | 82.19º | 0.9% | 0.64% | - |
| XYZ | 19.2 | 29.07 | 5.09 | - |
| YUV | 129.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 16 | 0.33 | 0 | 0.90 | 0.36 | 82.19 | 0.82 | 0.35 |
| Hex | 6C | A2 | 10 | 21 | 0 | 5A | 24 | 52 | 52 | 23 |
| Octal | 154 | 242 | 20 | 41 | 0 | 132 | 44 | 122 | 122 | 43 |
| Binary | 1101100 | 10100010 | 10000 | 100001 | 0 | 1011010 | 100100 | 1010010 | 1010010 | 100011 |
Color Harmonies of #6CA210
Complementary color
Monochromatic Colors of #6CA210
Black with #6CA210
Text Example
Text Example
White with #6CA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA210; }
p { color: rgb(108,162,16); }
H1.HeaderClassName
{
color: #6CA210;
}
.AnyTagClassName
{
color: #6CA210;
}
</style>
background-color css
<style>
a { background-color: #6CA210; }
a { background-color: rgb(108,162,16); }
div.DivClassName
{
background-color: #6CA210;
}
.BgClassName
{
background-color: #6CA210;
}
</style>
border-color css
<style>
span { border-color: #6CA210; }
span { border-color: rgb(108,162,16); }
td.TdClassName
{
border-color: #6CA210;
}
.TagClassName
{
border-color: #6CA210;
}
</style>