Shades of Christi #6AAA16
Tints of Christi #6AAA16
RGB
CMYK
RGB Variations
Color information
#6AAA16 (or 0x6AAA16) is known color: Christi. HEX triplet: 6A, AA and 16. RGB value is (106,170,22). Sum of RGB (Red+Green+Blue) = 106+170+22=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA16 is #9555E9. Grayscale: #868686. Windows color (decimal): -9786858 or 1485418. OLE color: 1485418.
HSL color Cylindrical-coordinate representation of color #6AAA16: hue angle of 85.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AAA16 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 22 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.33 |
| HSL | 85.95º | 0.77% | 0.38% | - |
| HSV(B) | 85.95º | 0.87% | 0.67% | - |
| XYZ | 20.46 | 31.87 | 5.83 | - |
| YUV | 133.99 | 64.8 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 22 | 0.38 | 0 | 0.87 | 0.33 | 85.95 | 0.77 | 0.38 |
| Hex | 6A | AA | 16 | 26 | 0 | 57 | 21 | 56 | 4D | 26 |
| Octal | 152 | 252 | 26 | 46 | 0 | 127 | 41 | 126 | 115 | 46 |
| Binary | 1101010 | 10101010 | 10110 | 100110 | 0 | 1010111 | 100001 | 1010110 | 1001101 | 100110 |
Color Harmonies of #6AAA16
Complementary color
Monochromatic Colors of #6AAA16
Black with #6AAA16
Text Example
Text Example
White with #6AAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA16; }
p { color: rgb(106,170,22); }
H1.HeaderClassName
{
color: #6AAA16;
}
.AnyTagClassName
{
color: #6AAA16;
}
</style>
background-color css
<style>
a { background-color: #6AAA16; }
a { background-color: rgb(106,170,22); }
div.DivClassName
{
background-color: #6AAA16;
}
.BgClassName
{
background-color: #6AAA16;
}
</style>
border-color css
<style>
span { border-color: #6AAA16; }
span { border-color: rgb(106,170,22); }
td.TdClassName
{
border-color: #6AAA16;
}
.TagClassName
{
border-color: #6AAA16;
}
</style>