Shades of Christi #6CAD10
Tints of Christi #6CAD10
RGB
CMYK
RGB Variations
Color information
#6CAD10 (or 0x6CAD10) is known color: Christi. HEX triplet: 6C, AD and 10. RGB value is (108,173,16). Sum of RGB (Red+Green+Blue) = 108+173+16=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAD10 is #9352EF. Grayscale: #888888. Windows color (decimal): -9655024 or 1092972. OLE color: 1092972.
HSL color Cylindrical-coordinate representation of color #6CAD10: hue angle of 84.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CAD10 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 16 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.32 |
| HSL | 84.84º | 0.83% | 0.37% | - |
| HSV(B) | 84.84º | 0.91% | 0.68% | - |
| XYZ | 21.22 | 33.11 | 5.76 | - |
| YUV | 135.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 16 | 0.38 | 0 | 0.91 | 0.32 | 84.84 | 0.83 | 0.37 |
| Hex | 6C | AD | 10 | 26 | 0 | 5B | 20 | 55 | 53 | 25 |
| Octal | 154 | 255 | 20 | 46 | 0 | 133 | 40 | 125 | 123 | 45 |
| Binary | 1101100 | 10101101 | 10000 | 100110 | 0 | 1011011 | 100000 | 1010101 | 1010011 | 100101 |
Color Harmonies of #6CAD10
Complementary color
Monochromatic Colors of #6CAD10
Black with #6CAD10
Text Example
Text Example
White with #6CAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD10; }
p { color: rgb(108,173,16); }
H1.HeaderClassName
{
color: #6CAD10;
}
.AnyTagClassName
{
color: #6CAD10;
}
</style>
background-color css
<style>
a { background-color: #6CAD10; }
a { background-color: rgb(108,173,16); }
div.DivClassName
{
background-color: #6CAD10;
}
.BgClassName
{
background-color: #6CAD10;
}
</style>
border-color css
<style>
span { border-color: #6CAD10; }
span { border-color: rgb(108,173,16); }
td.TdClassName
{
border-color: #6CAD10;
}
.TagClassName
{
border-color: #6CAD10;
}
</style>