Shades of Christi #6AA410
Tints of Christi #6AA410
RGB
CMYK
RGB Variations
Color information
#6AA410 (or 0x6AA410) is known color: Christi. HEX triplet: 6A, A4 and 10. RGB value is (106,164,16). Sum of RGB (Red+Green+Blue) = 106+164+16=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA410 is #955BEF. Grayscale: #828282. Windows color (decimal): -9788400 or 1090666. OLE color: 1090666.
HSL color Cylindrical-coordinate representation of color #6AA410: hue angle of 83.51º 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 #6AA410 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 16 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.36 |
| HSL | 83.51º | 0.82% | 0.35% | - |
| HSV(B) | 83.51º | 0.9% | 0.64% | - |
| XYZ | 19.31 | 29.65 | 5.2 | - |
| YUV | 129.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 16 | 0.35 | 0 | 0.90 | 0.36 | 83.51 | 0.82 | 0.35 |
| Hex | 6A | A4 | 10 | 23 | 0 | 5A | 24 | 54 | 52 | 23 |
| Octal | 152 | 244 | 20 | 43 | 0 | 132 | 44 | 124 | 122 | 43 |
| Binary | 1101010 | 10100100 | 10000 | 100011 | 0 | 1011010 | 100100 | 1010100 | 1010010 | 100011 |
Color Harmonies of #6AA410
Complementary color
Monochromatic Colors of #6AA410
Black with #6AA410
Text Example
Text Example
White with #6AA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA410; }
p { color: rgb(106,164,16); }
H1.HeaderClassName
{
color: #6AA410;
}
.AnyTagClassName
{
color: #6AA410;
}
</style>
background-color css
<style>
a { background-color: #6AA410; }
a { background-color: rgb(106,164,16); }
div.DivClassName
{
background-color: #6AA410;
}
.BgClassName
{
background-color: #6AA410;
}
</style>
border-color css
<style>
span { border-color: #6AA410; }
span { border-color: rgb(106,164,16); }
td.TdClassName
{
border-color: #6AA410;
}
.TagClassName
{
border-color: #6AA410;
}
</style>