Shades of Christi #6AAC10
Tints of Christi #6AAC10
RGB
CMYK
RGB Variations
Color information
#6AAC10 (or 0x6AAC10) is known color: Christi. HEX triplet: 6A, AC and 10. RGB value is (106,172,16). Sum of RGB (Red+Green+Blue) = 106+172+16=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAC10 is #9553EF. Grayscale: #878787. Windows color (decimal): -9786352 or 1092714. OLE color: 1092714.
HSL color Cylindrical-coordinate representation of color #6AAC10: hue angle of 85.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AAC10 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 16 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.33 |
| HSL | 85.38º | 0.83% | 0.37% | - |
| HSV(B) | 85.38º | 0.91% | 0.67% | - |
| XYZ | 20.79 | 32.61 | 5.69 | - |
| YUV | 134.48 | 61.13 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 16 | 0.38 | 0 | 0.91 | 0.33 | 85.38 | 0.83 | 0.37 |
| Hex | 6A | AC | 10 | 26 | 0 | 5B | 21 | 55 | 53 | 25 |
| Octal | 152 | 254 | 20 | 46 | 0 | 133 | 41 | 125 | 123 | 45 |
| Binary | 1101010 | 10101100 | 10000 | 100110 | 0 | 1011011 | 100001 | 1010101 | 1010011 | 100101 |
Color Harmonies of #6AAC10
Complementary color
Monochromatic Colors of #6AAC10
Black with #6AAC10
Text Example
Text Example
White with #6AAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC10; }
p { color: rgb(106,172,16); }
H1.HeaderClassName
{
color: #6AAC10;
}
.AnyTagClassName
{
color: #6AAC10;
}
</style>
background-color css
<style>
a { background-color: #6AAC10; }
a { background-color: rgb(106,172,16); }
div.DivClassName
{
background-color: #6AAC10;
}
.BgClassName
{
background-color: #6AAC10;
}
</style>
border-color css
<style>
span { border-color: #6AAC10; }
span { border-color: rgb(106,172,16); }
td.TdClassName
{
border-color: #6AAC10;
}
.TagClassName
{
border-color: #6AAC10;
}
</style>