Shades of Christi #6AAA11
Tints of Christi #6AAA11
RGB
CMYK
RGB Variations
Color information
#6AAA11 (or 0x6AAA11) is known color: Christi. HEX triplet: 6A, AA and 11. RGB value is (106,170,17). Sum of RGB (Red+Green+Blue) = 106+170+17=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA11 is #9555EE. Grayscale: #858585. Windows color (decimal): -9786863 or 1157738. OLE color: 1157738.
HSL color Cylindrical-coordinate representation of color #6AAA11: hue angle of 85.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AAA11 is Cyan = 0.38, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 17 | - |
| CMYK | 0.38 | 0 | 0.9 | 0.33 |
| HSL | 85.1º | 0.82% | 0.37% | - |
| HSV(B) | 85.1º | 0.9% | 0.67% | - |
| XYZ | 20.42 | 31.85 | 5.6 | - |
| YUV | 133.42 | 62.3 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 17 | 0.38 | 0 | 0.9 | 0.33 | 85.1 | 0.82 | 0.37 |
| Hex | 6A | AA | 11 | 26 | 0 | 5A | 21 | 55 | 52 | 25 |
| Octal | 152 | 252 | 21 | 46 | 0 | 132 | 41 | 125 | 122 | 45 |
| Binary | 1101010 | 10101010 | 10001 | 100110 | 0 | 1011010 | 100001 | 1010101 | 1010010 | 100101 |
Color Harmonies of #6AAA11
Complementary color
Monochromatic Colors of #6AAA11
Black with #6AAA11
Text Example
Text Example
White with #6AAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA11; }
p { color: rgb(106,170,17); }
H1.HeaderClassName
{
color: #6AAA11;
}
.AnyTagClassName
{
color: #6AAA11;
}
</style>
background-color css
<style>
a { background-color: #6AAA11; }
a { background-color: rgb(106,170,17); }
div.DivClassName
{
background-color: #6AAA11;
}
.BgClassName
{
background-color: #6AAA11;
}
</style>
border-color css
<style>
span { border-color: #6AAA11; }
span { border-color: rgb(106,170,17); }
td.TdClassName
{
border-color: #6AAA11;
}
.TagClassName
{
border-color: #6AAA11;
}
</style>