Shades of Christi #6AA710
Tints of Christi #6AA710
RGB
CMYK
RGB Variations
Color information
#6AA710 (or 0x6AA710) is known color: Christi. HEX triplet: 6A, A7 and 10. RGB value is (106,167,16). Sum of RGB (Red+Green+Blue) = 106+167+16=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA710 is #9558EF. Grayscale: #848484. Windows color (decimal): -9787632 or 1091434. OLE color: 1091434.
HSL color Cylindrical-coordinate representation of color #6AA710: hue angle of 84.24º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AA710 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 167 | 16 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.35 |
| HSL | 84.24º | 0.83% | 0.36% | - |
| HSV(B) | 84.24º | 0.9% | 0.65% | - |
| XYZ | 19.86 | 30.74 | 5.38 | - |
| YUV | 131.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 167 | 16 | 0.37 | 0 | 0.90 | 0.35 | 84.24 | 0.83 | 0.36 |
| Hex | 6A | A7 | 10 | 25 | 0 | 5A | 23 | 54 | 53 | 24 |
| Octal | 152 | 247 | 20 | 45 | 0 | 132 | 43 | 124 | 123 | 44 |
| Binary | 1101010 | 10100111 | 10000 | 100101 | 0 | 1011010 | 100011 | 1010100 | 1010011 | 100100 |
Color Harmonies of #6AA710
Complementary color
Monochromatic Colors of #6AA710
Black with #6AA710
Text Example
Text Example
White with #6AA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA710; }
p { color: rgb(106,167,16); }
H1.HeaderClassName
{
color: #6AA710;
}
.AnyTagClassName
{
color: #6AA710;
}
</style>
background-color css
<style>
a { background-color: #6AA710; }
a { background-color: rgb(106,167,16); }
div.DivClassName
{
background-color: #6AA710;
}
.BgClassName
{
background-color: #6AA710;
}
</style>
border-color css
<style>
span { border-color: #6AA710; }
span { border-color: rgb(106,167,16); }
td.TdClassName
{
border-color: #6AA710;
}
.TagClassName
{
border-color: #6AA710;
}
</style>