Shades of Christi #6AA810
Tints of Christi #6AA810
RGB
CMYK
RGB Variations
Color information
#6AA810 (or 0x6AA810) is known color: Christi. HEX triplet: 6A, A8 and 10. RGB value is (106,168,16). Sum of RGB (Red+Green+Blue) = 106+168+16=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA810 is #9557EF. Grayscale: #848484. Windows color (decimal): -9787376 or 1091690. OLE color: 1091690.
HSL color Cylindrical-coordinate representation of color #6AA810: hue angle of 84.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AA810 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 16 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.34 |
| HSL | 84.47º | 0.83% | 0.36% | - |
| HSV(B) | 84.47º | 0.9% | 0.66% | - |
| XYZ | 20.04 | 31.11 | 5.44 | - |
| YUV | 132.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 16 | 0.37 | 0 | 0.90 | 0.34 | 84.47 | 0.83 | 0.36 |
| Hex | 6A | A8 | 10 | 25 | 0 | 5A | 22 | 54 | 53 | 24 |
| Octal | 152 | 250 | 20 | 45 | 0 | 132 | 42 | 124 | 123 | 44 |
| Binary | 1101010 | 10101000 | 10000 | 100101 | 0 | 1011010 | 100010 | 1010100 | 1010011 | 100100 |
Color Harmonies of #6AA810
Complementary color
Monochromatic Colors of #6AA810
Black with #6AA810
Text Example
Text Example
White with #6AA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA810; }
p { color: rgb(106,168,16); }
H1.HeaderClassName
{
color: #6AA810;
}
.AnyTagClassName
{
color: #6AA810;
}
</style>
background-color css
<style>
a { background-color: #6AA810; }
a { background-color: rgb(106,168,16); }
div.DivClassName
{
background-color: #6AA810;
}
.BgClassName
{
background-color: #6AA810;
}
</style>
border-color css
<style>
span { border-color: #6AA810; }
span { border-color: rgb(106,168,16); }
td.TdClassName
{
border-color: #6AA810;
}
.TagClassName
{
border-color: #6AA810;
}
</style>