Shades of Christi #6CAC10
Tints of Christi #6CAC10
RGB
CMYK
RGB Variations
Color information
#6CAC10 (or 0x6CAC10) is known color: Christi. HEX triplet: 6C, AC and 10. RGB value is (108,172,16). Sum of RGB (Red+Green+Blue) = 108+172+16=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC10 is #9353EF. Grayscale: #878787. Windows color (decimal): -9655280 or 1092716. OLE color: 1092716.
HSL color Cylindrical-coordinate representation of color #6CAC10: hue angle of 84.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CAC10 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.33 |
| HSL | 84.62º | 0.83% | 0.37% | - |
| HSV(B) | 84.62º | 0.91% | 0.67% | - |
| XYZ | 21.03 | 32.73 | 5.7 | - |
| YUV | 135.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 16 | 0.37 | 0 | 0.91 | 0.33 | 84.62 | 0.83 | 0.37 |
| Hex | 6C | AC | 10 | 25 | 0 | 5B | 21 | 55 | 53 | 25 |
| Octal | 154 | 254 | 20 | 45 | 0 | 133 | 41 | 125 | 123 | 45 |
| Binary | 1101100 | 10101100 | 10000 | 100101 | 0 | 1011011 | 100001 | 1010101 | 1010011 | 100101 |
Color Harmonies of #6CAC10
Complementary color
Monochromatic Colors of #6CAC10
Black with #6CAC10
Text Example
Text Example
White with #6CAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC10; }
p { color: rgb(108,172,16); }
H1.HeaderClassName
{
color: #6CAC10;
}
.AnyTagClassName
{
color: #6CAC10;
}
</style>
background-color css
<style>
a { background-color: #6CAC10; }
a { background-color: rgb(108,172,16); }
div.DivClassName
{
background-color: #6CAC10;
}
.BgClassName
{
background-color: #6CAC10;
}
</style>
border-color css
<style>
span { border-color: #6CAC10; }
span { border-color: rgb(108,172,16); }
td.TdClassName
{
border-color: #6CAC10;
}
.TagClassName
{
border-color: #6CAC10;
}
</style>