Shades of Christi #6AAC0C
Tints of Christi #6AAC0C
RGB
CMYK
RGB Variations
Color information
#6AAC0C (or 0x6AAC0C) is known color: Christi. HEX triplet: 6A, AC and 0C. RGB value is (106,172,12). Sum of RGB (Red+Green+Blue) = 106+172+12=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAC0C is #9553F3. Grayscale: #868686. Windows color (decimal): -9786356 or 830570. OLE color: 830570.
HSL color Cylindrical-coordinate representation of color #6AAC0C: hue angle of 84.75º 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 #6AAC0C is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 12 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.33 |
| HSL | 84.75º | 0.87% | 0.36% | - |
| HSV(B) | 84.75º | 0.93% | 0.67% | - |
| XYZ | 20.76 | 32.6 | 5.55 | - |
| YUV | 134.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 12 | 0.38 | 0 | 0.93 | 0.33 | 84.75 | 0.87 | 0.36 |
| Hex | 6A | AC | C | 26 | 0 | 5D | 21 | 55 | 57 | 24 |
| Octal | 152 | 254 | 14 | 46 | 0 | 135 | 41 | 125 | 127 | 44 |
| Binary | 1101010 | 10101100 | 1100 | 100110 | 0 | 1011101 | 100001 | 1010101 | 1010111 | 100100 |
Color Harmonies of #6AAC0C
Complementary color
Monochromatic Colors of #6AAC0C
Black with #6AAC0C
Text Example
Text Example
White with #6AAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC0C; }
p { color: rgb(106,172,12); }
H1.HeaderClassName
{
color: #6AAC0C;
}
.AnyTagClassName
{
color: #6AAC0C;
}
</style>
background-color css
<style>
a { background-color: #6AAC0C; }
a { background-color: rgb(106,172,12); }
div.DivClassName
{
background-color: #6AAC0C;
}
.BgClassName
{
background-color: #6AAC0C;
}
</style>
border-color css
<style>
span { border-color: #6AAC0C; }
span { border-color: rgb(106,172,12); }
td.TdClassName
{
border-color: #6AAC0C;
}
.TagClassName
{
border-color: #6AAC0C;
}
</style>