Shades of Christi #6AA706
Tints of Christi #6AA706
RGB
CMYK
RGB Variations
Color information
#6AA706 (or 0x6AA706) is known color: Christi. HEX triplet: 6A, A7 and 06. RGB value is (106,167,6). Sum of RGB (Red+Green+Blue) = 106+167+6=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #6AA706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA706 is #9558F9. Grayscale: #828282. Windows color (decimal): -9787642 or 436074. OLE color: 436074.
HSL color Cylindrical-coordinate representation of color #6AA706: hue angle of 82.73º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AA706 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 167 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.35 |
| HSL | 82.73º | 0.93% | 0.34% | - |
| HSV(B) | 82.73º | 0.96% | 0.65% | - |
| XYZ | 19.8 | 30.71 | 5.06 | - |
| YUV | 130.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 167 | 6 | 0.37 | 0 | 0.96 | 0.35 | 82.73 | 0.93 | 0.34 |
| Hex | 6A | A7 | 6 | 25 | 0 | 60 | 23 | 53 | 5D | 22 |
| Octal | 152 | 247 | 6 | 45 | 0 | 140 | 43 | 123 | 135 | 42 |
| Binary | 1101010 | 10100111 | 110 | 100101 | 0 | 1100000 | 100011 | 1010011 | 1011101 | 100010 |
Color Harmonies of #6AA706
Complementary color
Monochromatic Colors of #6AA706
Black with #6AA706
Text Example
Text Example
White with #6AA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA706; }
p { color: rgb(106,167,6); }
H1.HeaderClassName
{
color: #6AA706;
}
.AnyTagClassName
{
color: #6AA706;
}
</style>
background-color css
<style>
a { background-color: #6AA706; }
a { background-color: rgb(106,167,6); }
div.DivClassName
{
background-color: #6AA706;
}
.BgClassName
{
background-color: #6AA706;
}
</style>
border-color css
<style>
span { border-color: #6AA706; }
span { border-color: rgb(106,167,6); }
td.TdClassName
{
border-color: #6AA706;
}
.TagClassName
{
border-color: #6AA706;
}
</style>