Shades of Christi #6CA300
Tints of Christi #6CA300
RGB
CMYK
RGB Variations
Color information
#6CA300 (or 0x6CA300) is known color: Christi. HEX triplet: 6C, A3 and 00. RGB value is (108,163,0). Sum of RGB (Red+Green+Blue) = 108+163+0=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA300 is #935CFF. Grayscale: #808080. Windows color (decimal): -9657600 or 41836. OLE color: 41836.
HSL color Cylindrical-coordinate representation of color #6CA300: hue angle of 80.25º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CA300 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.36 |
| HSL | 80.25º | 1% | 0.32% | - |
| HSV(B) | 80.25º | 1% | 0.64% | - |
| XYZ | 19.28 | 29.38 | 4.66 | - |
| YUV | 127.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 0 | 0.34 | 0 | 1 | 0.36 | 80.25 | 1 | 0.32 |
| Hex | 6C | A3 | 0 | 22 | 0 | 64 | 24 | 50 | 64 | 20 |
| Octal | 154 | 243 | 0 | 42 | 0 | 144 | 44 | 120 | 144 | 40 |
| Binary | 1101100 | 10100011 | 0 | 100010 | 0 | 1100100 | 100100 | 1010000 | 1100100 | 100000 |
Color Harmonies of #6CA300
Complementary color
Monochromatic Colors of #6CA300
Black with #6CA300
Text Example
Text Example
White with #6CA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA300; }
p { color: rgb(108,163,0); }
H1.HeaderClassName
{
color: #6CA300;
}
.AnyTagClassName
{
color: #6CA300;
}
</style>
background-color css
<style>
a { background-color: #6CA300; }
a { background-color: rgb(108,163,0); }
div.DivClassName
{
background-color: #6CA300;
}
.BgClassName
{
background-color: #6CA300;
}
</style>
border-color css
<style>
span { border-color: #6CA300; }
span { border-color: rgb(108,163,0); }
td.TdClassName
{
border-color: #6CA300;
}
.TagClassName
{
border-color: #6CA300;
}
</style>