Shades of Christi #6CA400
Tints of Christi #6CA400
RGB
CMYK
RGB Variations
Color information
#6CA400 (or 0x6CA400) is known color: Christi. HEX triplet: 6C, A4 and 00. RGB value is (108,164,0). Sum of RGB (Red+Green+Blue) = 108+164+0=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA400 is #935BFF. Grayscale: #818181. Windows color (decimal): -9657344 or 42092. OLE color: 42092.
HSL color Cylindrical-coordinate representation of color #6CA400: hue angle of 80.49º 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 #6CA400 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.36 |
| HSL | 80.49º | 1% | 0.32% | - |
| HSV(B) | 80.49º | 1% | 0.64% | - |
| XYZ | 19.46 | 29.74 | 4.71 | - |
| YUV | 128.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 0 | 0.34 | 0 | 1 | 0.36 | 80.49 | 1 | 0.32 |
| Hex | 6C | A4 | 0 | 22 | 0 | 64 | 24 | 50 | 64 | 20 |
| Octal | 154 | 244 | 0 | 42 | 0 | 144 | 44 | 120 | 144 | 40 |
| Binary | 1101100 | 10100100 | 0 | 100010 | 0 | 1100100 | 100100 | 1010000 | 1100100 | 100000 |
Color Harmonies of #6CA400
Complementary color
Monochromatic Colors of #6CA400
Black with #6CA400
Text Example
Text Example
White with #6CA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA400; }
p { color: rgb(108,164,0); }
H1.HeaderClassName
{
color: #6CA400;
}
.AnyTagClassName
{
color: #6CA400;
}
</style>
background-color css
<style>
a { background-color: #6CA400; }
a { background-color: rgb(108,164,0); }
div.DivClassName
{
background-color: #6CA400;
}
.BgClassName
{
background-color: #6CA400;
}
</style>
border-color css
<style>
span { border-color: #6CA400; }
span { border-color: rgb(108,164,0); }
td.TdClassName
{
border-color: #6CA400;
}
.TagClassName
{
border-color: #6CA400;
}
</style>