Shades of Christi #6CA000
Tints of Christi #6CA000
RGB
CMYK
RGB Variations
Color information
#6CA000 (or 0x6CA000) is known color: Christi. HEX triplet: 6C, A0 and 00. RGB value is (108,160,0). Sum of RGB (Red+Green+Blue) = 108+160+0=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA000 is #935FFF. Grayscale: #7E7E7E. Windows color (decimal): -9658368 or 41068. OLE color: 41068.
HSL color Cylindrical-coordinate representation of color #6CA000: hue angle of 79.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CA000 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.37 |
| HSL | 79.5º | 1% | 0.31% | - |
| HSV(B) | 79.5º | 1% | 0.63% | - |
| XYZ | 18.76 | 28.33 | 4.48 | - |
| YUV | 126.21 | 56.77 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 0 | 0.32 | 0 | 1 | 0.37 | 79.5 | 1 | 0.31 |
| Hex | 6C | A0 | 0 | 20 | 0 | 64 | 25 | 50 | 64 | 1F |
| Octal | 154 | 240 | 0 | 40 | 0 | 144 | 45 | 120 | 144 | 37 |
| Binary | 1101100 | 10100000 | 0 | 100000 | 0 | 1100100 | 100101 | 1010000 | 1100100 | 11111 |
Color Harmonies of #6CA000
Complementary color
Monochromatic Colors of #6CA000
Black with #6CA000
Text Example
Text Example
White with #6CA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA000; }
p { color: rgb(108,160,0); }
H1.HeaderClassName
{
color: #6CA000;
}
.AnyTagClassName
{
color: #6CA000;
}
</style>
background-color css
<style>
a { background-color: #6CA000; }
a { background-color: rgb(108,160,0); }
div.DivClassName
{
background-color: #6CA000;
}
.BgClassName
{
background-color: #6CA000;
}
</style>
border-color css
<style>
span { border-color: #6CA000; }
span { border-color: rgb(108,160,0); }
td.TdClassName
{
border-color: #6CA000;
}
.TagClassName
{
border-color: #6CA000;
}
</style>