Shades of Christi #6CA600
Tints of Christi #6CA600
RGB
CMYK
RGB Variations
Color information
#6CA600 (or 0x6CA600) is known color: Christi. HEX triplet: 6C, A6 and 00. RGB value is (108,166,0). Sum of RGB (Red+Green+Blue) = 108+166+0=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA600 is #9359FF. Grayscale: #828282. Windows color (decimal): -9656832 or 42604. OLE color: 42604.
HSL color Cylindrical-coordinate representation of color #6CA600: hue angle of 80.96º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CA600 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.35 |
| HSL | 80.96º | 1% | 0.33% | - |
| HSV(B) | 80.96º | 1% | 0.65% | - |
| XYZ | 19.82 | 30.46 | 4.83 | - |
| YUV | 129.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 0 | 0.35 | 0 | 1 | 0.35 | 80.96 | 1 | 0.33 |
| Hex | 6C | A6 | 0 | 23 | 0 | 64 | 23 | 51 | 64 | 21 |
| Octal | 154 | 246 | 0 | 43 | 0 | 144 | 43 | 121 | 144 | 41 |
| Binary | 1101100 | 10100110 | 0 | 100011 | 0 | 1100100 | 100011 | 1010001 | 1100100 | 100001 |
Color Harmonies of #6CA600
Complementary color
Monochromatic Colors of #6CA600
Black with #6CA600
Text Example
Text Example
White with #6CA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA600; }
p { color: rgb(108,166,0); }
H1.HeaderClassName
{
color: #6CA600;
}
.AnyTagClassName
{
color: #6CA600;
}
</style>
background-color css
<style>
a { background-color: #6CA600; }
a { background-color: rgb(108,166,0); }
div.DivClassName
{
background-color: #6CA600;
}
.BgClassName
{
background-color: #6CA600;
}
</style>
border-color css
<style>
span { border-color: #6CA600; }
span { border-color: rgb(108,166,0); }
td.TdClassName
{
border-color: #6CA600;
}
.TagClassName
{
border-color: #6CA600;
}
</style>