Shades of Christi #6CA117
Tints of Christi #6CA117
RGB
CMYK
RGB Variations
Color information
#6CA117 (or 0x6CA117) is known color: Christi. HEX triplet: 6C, A1 and 17. RGB value is (108,161,23). Sum of RGB (Red+Green+Blue) = 108+161+23=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA117 is #935EE8. Grayscale: #818181. Windows color (decimal): -9658089 or 1548652. OLE color: 1548652.
HSL color Cylindrical-coordinate representation of color #6CA117: hue angle of 83.04º degrees, saturation: 0.75, 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 #6CA117 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 23 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.37 |
| HSL | 83.04º | 0.75% | 0.36% | - |
| HSV(B) | 83.04º | 0.86% | 0.63% | - |
| XYZ | 19.08 | 28.74 | 5.35 | - |
| YUV | 129.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 23 | 0.33 | 0 | 0.86 | 0.37 | 83.04 | 0.75 | 0.36 |
| Hex | 6C | A1 | 17 | 21 | 0 | 56 | 25 | 53 | 4B | 24 |
| Octal | 154 | 241 | 27 | 41 | 0 | 126 | 45 | 123 | 113 | 44 |
| Binary | 1101100 | 10100001 | 10111 | 100001 | 0 | 1010110 | 100101 | 1010011 | 1001011 | 100100 |
Color Harmonies of #6CA117
Complementary color
Monochromatic Colors of #6CA117
Black with #6CA117
Text Example
Text Example
White with #6CA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA117; }
p { color: rgb(108,161,23); }
H1.HeaderClassName
{
color: #6CA117;
}
.AnyTagClassName
{
color: #6CA117;
}
</style>
background-color css
<style>
a { background-color: #6CA117; }
a { background-color: rgb(108,161,23); }
div.DivClassName
{
background-color: #6CA117;
}
.BgClassName
{
background-color: #6CA117;
}
</style>
border-color css
<style>
span { border-color: #6CA117; }
span { border-color: rgb(108,161,23); }
td.TdClassName
{
border-color: #6CA117;
}
.TagClassName
{
border-color: #6CA117;
}
</style>