Shades of Christi #6CA60C
Tints of Christi #6CA60C
RGB
CMYK
RGB Variations
Color information
#6CA60C (or 0x6CA60C) is known color: Christi. HEX triplet: 6C, A6 and 0C. RGB value is (108,166,12). Sum of RGB (Red+Green+Blue) = 108+166+12=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA60C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA60C is #9359F3. Grayscale: #838383. Windows color (decimal): -9656820 or 829036. OLE color: 829036.
HSL color Cylindrical-coordinate representation of color #6CA60C: hue angle of 82.6º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CA60C is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 12 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.35 |
| HSL | 82.6º | 0.87% | 0.35% | - |
| HSV(B) | 82.6º | 0.93% | 0.65% | - |
| XYZ | 19.89 | 30.49 | 5.18 | - |
| YUV | 131.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 12 | 0.35 | 0 | 0.93 | 0.35 | 82.6 | 0.87 | 0.35 |
| Hex | 6C | A6 | C | 23 | 0 | 5D | 23 | 53 | 57 | 23 |
| Octal | 154 | 246 | 14 | 43 | 0 | 135 | 43 | 123 | 127 | 43 |
| Binary | 1101100 | 10100110 | 1100 | 100011 | 0 | 1011101 | 100011 | 1010011 | 1010111 | 100011 |
Color Harmonies of #6CA60C
Complementary color
Monochromatic Colors of #6CA60C
Black with #6CA60C
Text Example
Text Example
White with #6CA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA60C; }
p { color: rgb(108,166,12); }
H1.HeaderClassName
{
color: #6CA60C;
}
.AnyTagClassName
{
color: #6CA60C;
}
</style>
background-color css
<style>
a { background-color: #6CA60C; }
a { background-color: rgb(108,166,12); }
div.DivClassName
{
background-color: #6CA60C;
}
.BgClassName
{
background-color: #6CA60C;
}
</style>
border-color css
<style>
span { border-color: #6CA60C; }
span { border-color: rgb(108,166,12); }
td.TdClassName
{
border-color: #6CA60C;
}
.TagClassName
{
border-color: #6CA60C;
}
</style>