Shades of Christi #6CAD0D
Tints of Christi #6CAD0D
RGB
CMYK
RGB Variations
Color information
#6CAD0D (or 0x6CAD0D) is known color: Christi. HEX triplet: 6C, AD and 0D. RGB value is (108,173,13). Sum of RGB (Red+Green+Blue) = 108+173+13=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAD0D is #9352F2. Grayscale: #878787. Windows color (decimal): -9655027 or 896364. OLE color: 896364.
HSL color Cylindrical-coordinate representation of color #6CAD0D: hue angle of 84.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CAD0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 13 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.32 |
| HSL | 84.38º | 0.86% | 0.36% | - |
| HSV(B) | 84.38º | 0.92% | 0.68% | - |
| XYZ | 21.2 | 33.1 | 5.65 | - |
| YUV | 135.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 13 | 0.38 | 0 | 0.92 | 0.32 | 84.38 | 0.86 | 0.36 |
| Hex | 6C | AD | D | 26 | 0 | 5C | 20 | 54 | 56 | 24 |
| Octal | 154 | 255 | 15 | 46 | 0 | 134 | 40 | 124 | 126 | 44 |
| Binary | 1101100 | 10101101 | 1101 | 100110 | 0 | 1011100 | 100000 | 1010100 | 1010110 | 100100 |
Color Harmonies of #6CAD0D
Complementary color
Monochromatic Colors of #6CAD0D
Black with #6CAD0D
Text Example
Text Example
White with #6CAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD0D; }
p { color: rgb(108,173,13); }
H1.HeaderClassName
{
color: #6CAD0D;
}
.AnyTagClassName
{
color: #6CAD0D;
}
</style>
background-color css
<style>
a { background-color: #6CAD0D; }
a { background-color: rgb(108,173,13); }
div.DivClassName
{
background-color: #6CAD0D;
}
.BgClassName
{
background-color: #6CAD0D;
}
</style>
border-color css
<style>
span { border-color: #6CAD0D; }
span { border-color: rgb(108,173,13); }
td.TdClassName
{
border-color: #6CAD0D;
}
.TagClassName
{
border-color: #6CAD0D;
}
</style>