Shades of Christi #6CA016
Tints of Christi #6CA016
RGB
CMYK
RGB Variations
Color information
#6CA016 (or 0x6CA016) is known color: Christi. HEX triplet: 6C, A0 and 16. RGB value is (108,160,22). Sum of RGB (Red+Green+Blue) = 108+160+22=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA016 is #935FE9. Grayscale: #818181. Windows color (decimal): -9658346 or 1482860. OLE color: 1482860.
HSL color Cylindrical-coordinate representation of color #6CA016: hue angle of 82.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CA016 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 22 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.37 |
| HSL | 82.61º | 0.76% | 0.36% | - |
| HSV(B) | 82.61º | 0.86% | 0.63% | - |
| XYZ | 18.9 | 28.39 | 5.24 | - |
| YUV | 128.72 | 67.77 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 22 | 0.32 | 0 | 0.86 | 0.37 | 82.61 | 0.76 | 0.36 |
| Hex | 6C | A0 | 16 | 20 | 0 | 56 | 25 | 53 | 4C | 24 |
| Octal | 154 | 240 | 26 | 40 | 0 | 126 | 45 | 123 | 114 | 44 |
| Binary | 1101100 | 10100000 | 10110 | 100000 | 0 | 1010110 | 100101 | 1010011 | 1001100 | 100100 |
Color Harmonies of #6CA016
Complementary color
Monochromatic Colors of #6CA016
Black with #6CA016
Text Example
Text Example
White with #6CA016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA016; }
p { color: rgb(108,160,22); }
H1.HeaderClassName
{
color: #6CA016;
}
.AnyTagClassName
{
color: #6CA016;
}
</style>
background-color css
<style>
a { background-color: #6CA016; }
a { background-color: rgb(108,160,22); }
div.DivClassName
{
background-color: #6CA016;
}
.BgClassName
{
background-color: #6CA016;
}
</style>
border-color css
<style>
span { border-color: #6CA016; }
span { border-color: rgb(108,160,22); }
td.TdClassName
{
border-color: #6CA016;
}
.TagClassName
{
border-color: #6CA016;
}
</style>