Shades of Christi #6CA205
Tints of Christi #6CA205
RGB
CMYK
RGB Variations
Color information
#6CA205 (or 0x6CA205) is known color: Christi. HEX triplet: 6C, A2 and 05. RGB value is (108,162,5). Sum of RGB (Red+Green+Blue) = 108+162+5=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA205 is #935DFA. Grayscale: #808080. Windows color (decimal): -9657851 or 369260. OLE color: 369260.
HSL color Cylindrical-coordinate representation of color #6CA205: hue angle of 80.64º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6CA205 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.36 |
| HSL | 80.64º | 0.94% | 0.33% | - |
| HSV(B) | 80.64º | 0.97% | 0.64% | - |
| XYZ | 19.13 | 29.04 | 4.74 | - |
| YUV | 127.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 5 | 0.33 | 0 | 0.97 | 0.36 | 80.64 | 0.94 | 0.33 |
| Hex | 6C | A2 | 5 | 21 | 0 | 61 | 24 | 51 | 5E | 21 |
| Octal | 154 | 242 | 5 | 41 | 0 | 141 | 44 | 121 | 136 | 41 |
| Binary | 1101100 | 10100010 | 101 | 100001 | 0 | 1100001 | 100100 | 1010001 | 1011110 | 100001 |
Color Harmonies of #6CA205
Complementary color
Monochromatic Colors of #6CA205
Black with #6CA205
Text Example
Text Example
White with #6CA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA205; }
p { color: rgb(108,162,5); }
H1.HeaderClassName
{
color: #6CA205;
}
.AnyTagClassName
{
color: #6CA205;
}
</style>
background-color css
<style>
a { background-color: #6CA205; }
a { background-color: rgb(108,162,5); }
div.DivClassName
{
background-color: #6CA205;
}
.BgClassName
{
background-color: #6CA205;
}
</style>
border-color css
<style>
span { border-color: #6CA205; }
span { border-color: rgb(108,162,5); }
td.TdClassName
{
border-color: #6CA205;
}
.TagClassName
{
border-color: #6CA205;
}
</style>