Shades of Christi #6CA410
Tints of Christi #6CA410
RGB
CMYK
RGB Variations
Color information
#6CA410 (or 0x6CA410) is known color: Christi. HEX triplet: 6C, A4 and 10. RGB value is (108,164,16). Sum of RGB (Red+Green+Blue) = 108+164+16=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA410 is #935BEF. Grayscale: #828282. Windows color (decimal): -9657328 or 1090668. OLE color: 1090668.
HSL color Cylindrical-coordinate representation of color #6CA410: hue angle of 82.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CA410 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 16 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.36 |
| HSL | 82.7º | 0.82% | 0.35% | - |
| HSV(B) | 82.7º | 0.9% | 0.64% | - |
| XYZ | 19.55 | 29.78 | 5.21 | - |
| YUV | 130.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 16 | 0.34 | 0 | 0.90 | 0.36 | 82.7 | 0.82 | 0.35 |
| Hex | 6C | A4 | 10 | 22 | 0 | 5A | 24 | 53 | 52 | 23 |
| Octal | 154 | 244 | 20 | 42 | 0 | 132 | 44 | 123 | 122 | 43 |
| Binary | 1101100 | 10100100 | 10000 | 100010 | 0 | 1011010 | 100100 | 1010011 | 1010010 | 100011 |
Color Harmonies of #6CA410
Complementary color
Monochromatic Colors of #6CA410
Black with #6CA410
Text Example
Text Example
White with #6CA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA410; }
p { color: rgb(108,164,16); }
H1.HeaderClassName
{
color: #6CA410;
}
.AnyTagClassName
{
color: #6CA410;
}
</style>
background-color css
<style>
a { background-color: #6CA410; }
a { background-color: rgb(108,164,16); }
div.DivClassName
{
background-color: #6CA410;
}
.BgClassName
{
background-color: #6CA410;
}
</style>
border-color css
<style>
span { border-color: #6CA410; }
span { border-color: rgb(108,164,16); }
td.TdClassName
{
border-color: #6CA410;
}
.TagClassName
{
border-color: #6CA410;
}
</style>