Shades of Christi #6CAD2C
Tints of Christi #6CAD2C
RGB
CMYK
RGB Variations
Color information
#6CAD2C (or 0x6CAD2C) is known color: Christi. HEX triplet: 6C, AD and 2C. RGB value is (108,173,44). Sum of RGB (Red+Green+Blue) = 108+173+44=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAD2C is #9352D3. Grayscale: #8B8B8B. Windows color (decimal): -9654996 or 2927980. OLE color: 2927980.
HSL color Cylindrical-coordinate representation of color #6CAD2C: hue angle of 90.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CAD2C is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 44 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.32 |
| HSL | 90.23º | 0.59% | 0.43% | - |
| HSV(B) | 90.23º | 0.75% | 0.68% | - |
| XYZ | 21.58 | 33.26 | 7.66 | - |
| YUV | 138.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 44 | 0.38 | 0 | 0.75 | 0.32 | 90.23 | 0.59 | 0.43 |
| Hex | 6C | AD | 2C | 26 | 0 | 4B | 20 | 5A | 3B | 2B |
| Octal | 154 | 255 | 54 | 46 | 0 | 113 | 40 | 132 | 73 | 53 |
| Binary | 1101100 | 10101101 | 101100 | 100110 | 0 | 1001011 | 100000 | 1011010 | 111011 | 101011 |
Color Harmonies of #6CAD2C
Complementary color
Monochromatic Colors of #6CAD2C
Black with #6CAD2C
Text Example
Text Example
White with #6CAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD2C; }
p { color: rgb(108,173,44); }
H1.HeaderClassName
{
color: #6CAD2C;
}
.AnyTagClassName
{
color: #6CAD2C;
}
</style>
background-color css
<style>
a { background-color: #6CAD2C; }
a { background-color: rgb(108,173,44); }
div.DivClassName
{
background-color: #6CAD2C;
}
.BgClassName
{
background-color: #6CAD2C;
}
</style>
border-color css
<style>
span { border-color: #6CAD2C; }
span { border-color: rgb(108,173,44); }
td.TdClassName
{
border-color: #6CAD2C;
}
.TagClassName
{
border-color: #6CAD2C;
}
</style>