Shades of Christi #6AAA2A
Tints of Christi #6AAA2A
RGB
CMYK
RGB Variations
Color information
#6AAA2A (or 0x6AAA2A) is known color: Christi. HEX triplet: 6A, AA and 2A. RGB value is (106,170,42). Sum of RGB (Red+Green+Blue) = 106+170+42=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA2A is #9555D5. Grayscale: #888888. Windows color (decimal): -9786838 or 2796138. OLE color: 2796138.
HSL color Cylindrical-coordinate representation of color #6AAA2A: hue angle of 90º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AAA2A is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 42 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.33 |
| HSL | 90º | 0.6% | 0.42% | - |
| HSV(B) | 90º | 0.75% | 0.67% | - |
| XYZ | 20.74 | 31.98 | 7.27 | - |
| YUV | 136.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 42 | 0.38 | 0 | 0.75 | 0.33 | 90 | 0.6 | 0.42 |
| Hex | 6A | AA | 2A | 26 | 0 | 4B | 21 | 5A | 3C | 2A |
| Octal | 152 | 252 | 52 | 46 | 0 | 113 | 41 | 132 | 74 | 52 |
| Binary | 1101010 | 10101010 | 101010 | 100110 | 0 | 1001011 | 100001 | 1011010 | 111100 | 101010 |
Color Harmonies of #6AAA2A
Complementary color
Monochromatic Colors of #6AAA2A
Black with #6AAA2A
Text Example
Text Example
White with #6AAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA2A; }
p { color: rgb(106,170,42); }
H1.HeaderClassName
{
color: #6AAA2A;
}
.AnyTagClassName
{
color: #6AAA2A;
}
</style>
background-color css
<style>
a { background-color: #6AAA2A; }
a { background-color: rgb(106,170,42); }
div.DivClassName
{
background-color: #6AAA2A;
}
.BgClassName
{
background-color: #6AAA2A;
}
</style>
border-color css
<style>
span { border-color: #6AAA2A; }
span { border-color: rgb(106,170,42); }
td.TdClassName
{
border-color: #6AAA2A;
}
.TagClassName
{
border-color: #6AAA2A;
}
</style>