Shades of Christi #6CAD0C
Tints of Christi #6CAD0C
RGB
CMYK
RGB Variations
Color information
#6CAD0C (or 0x6CAD0C) is known color: Christi. HEX triplet: 6C, AD and 0C. RGB value is (108,173,12). Sum of RGB (Red+Green+Blue) = 108+173+12=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAD0C is #9352F3. Grayscale: #878787. Windows color (decimal): -9655028 or 830828. OLE color: 830828.
HSL color Cylindrical-coordinate representation of color #6CAD0C: hue angle of 84.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CAD0C is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 12 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.32 |
| HSL | 84.22º | 0.87% | 0.36% | - |
| HSV(B) | 84.22º | 0.93% | 0.68% | - |
| XYZ | 21.19 | 33.1 | 5.62 | - |
| YUV | 135.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 12 | 0.38 | 0 | 0.93 | 0.32 | 84.22 | 0.87 | 0.36 |
| Hex | 6C | AD | C | 26 | 0 | 5D | 20 | 54 | 57 | 24 |
| Octal | 154 | 255 | 14 | 46 | 0 | 135 | 40 | 124 | 127 | 44 |
| Binary | 1101100 | 10101101 | 1100 | 100110 | 0 | 1011101 | 100000 | 1010100 | 1010111 | 100100 |
Color Harmonies of #6CAD0C
Complementary color
Monochromatic Colors of #6CAD0C
Black with #6CAD0C
Text Example
Text Example
White with #6CAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD0C; }
p { color: rgb(108,173,12); }
H1.HeaderClassName
{
color: #6CAD0C;
}
.AnyTagClassName
{
color: #6CAD0C;
}
</style>
background-color css
<style>
a { background-color: #6CAD0C; }
a { background-color: rgb(108,173,12); }
div.DivClassName
{
background-color: #6CAD0C;
}
.BgClassName
{
background-color: #6CAD0C;
}
</style>
border-color css
<style>
span { border-color: #6CAD0C; }
span { border-color: rgb(108,173,12); }
td.TdClassName
{
border-color: #6CAD0C;
}
.TagClassName
{
border-color: #6CAD0C;
}
</style>