Shades of Christi #6AAA1A
Tints of Christi #6AAA1A
RGB
CMYK
RGB Variations
Color information
#6AAA1A (or 0x6AAA1A) is known color: Christi. HEX triplet: 6A, AA and 1A. RGB value is (106,170,26). Sum of RGB (Red+Green+Blue) = 106+170+26=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA1A is #9555E5. Grayscale: #868686. Windows color (decimal): -9786854 or 1747562. OLE color: 1747562.
HSL color Cylindrical-coordinate representation of color #6AAA1A: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AAA1A is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 26 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.33 |
| HSL | 86.67º | 0.73% | 0.38% | - |
| HSV(B) | 86.67º | 0.85% | 0.67% | - |
| XYZ | 20.51 | 31.89 | 6.05 | - |
| YUV | 134.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 26 | 0.38 | 0 | 0.85 | 0.33 | 86.67 | 0.73 | 0.38 |
| Hex | 6A | AA | 1A | 26 | 0 | 55 | 21 | 57 | 49 | 26 |
| Octal | 152 | 252 | 32 | 46 | 0 | 125 | 41 | 127 | 111 | 46 |
| Binary | 1101010 | 10101010 | 11010 | 100110 | 0 | 1010101 | 100001 | 1010111 | 1001001 | 100110 |
Color Harmonies of #6AAA1A
Complementary color
Monochromatic Colors of #6AAA1A
Black with #6AAA1A
Text Example
Text Example
White with #6AAA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA1A; }
p { color: rgb(106,170,26); }
H1.HeaderClassName
{
color: #6AAA1A;
}
.AnyTagClassName
{
color: #6AAA1A;
}
</style>
background-color css
<style>
a { background-color: #6AAA1A; }
a { background-color: rgb(106,170,26); }
div.DivClassName
{
background-color: #6AAA1A;
}
.BgClassName
{
background-color: #6AAA1A;
}
</style>
border-color css
<style>
span { border-color: #6AAA1A; }
span { border-color: rgb(106,170,26); }
td.TdClassName
{
border-color: #6AAA1A;
}
.TagClassName
{
border-color: #6AAA1A;
}
</style>