Shades of Christi #6AAA0C
Tints of Christi #6AAA0C
RGB
CMYK
RGB Variations
Color information
#6AAA0C (or 0x6AAA0C) is known color: Christi. HEX triplet: 6A, AA and 0C. RGB value is (106,170,12). Sum of RGB (Red+Green+Blue) = 106+170+12=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA0C is #9555F3. Grayscale: #858585. Windows color (decimal): -9786868 or 830058. OLE color: 830058.
HSL color Cylindrical-coordinate representation of color #6AAA0C: hue angle of 84.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AAA0C is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 12 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.33 |
| HSL | 84.3º | 0.87% | 0.36% | - |
| HSV(B) | 84.3º | 0.93% | 0.67% | - |
| XYZ | 20.38 | 31.84 | 5.42 | - |
| YUV | 132.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 12 | 0.38 | 0 | 0.93 | 0.33 | 84.3 | 0.87 | 0.36 |
| Hex | 6A | AA | C | 26 | 0 | 5D | 21 | 54 | 57 | 24 |
| Octal | 152 | 252 | 14 | 46 | 0 | 135 | 41 | 124 | 127 | 44 |
| Binary | 1101010 | 10101010 | 1100 | 100110 | 0 | 1011101 | 100001 | 1010100 | 1010111 | 100100 |
Color Harmonies of #6AAA0C
Complementary color
Monochromatic Colors of #6AAA0C
Black with #6AAA0C
Text Example
Text Example
White with #6AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA0C; }
p { color: rgb(106,170,12); }
H1.HeaderClassName
{
color: #6AAA0C;
}
.AnyTagClassName
{
color: #6AAA0C;
}
</style>
background-color css
<style>
a { background-color: #6AAA0C; }
a { background-color: rgb(106,170,12); }
div.DivClassName
{
background-color: #6AAA0C;
}
.BgClassName
{
background-color: #6AAA0C;
}
</style>
border-color css
<style>
span { border-color: #6AAA0C; }
span { border-color: rgb(106,170,12); }
td.TdClassName
{
border-color: #6AAA0C;
}
.TagClassName
{
border-color: #6AAA0C;
}
</style>