Shades of Christi #6FA706
Tints of Christi #6FA706
RGB
CMYK
RGB Variations
Color information
#6FA706 (or 0x6FA706) is known color: Christi. HEX triplet: 6F, A7 and 06. RGB value is (111,167,6). Sum of RGB (Red+Green+Blue) = 111+167+6=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA706 is #9058F9. Grayscale: #848484. Windows color (decimal): -9459962 or 436079. OLE color: 436079.
HSL color Cylindrical-coordinate representation of color #6FA706: hue angle of 80.87º 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 #6FA706 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 6 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.35 |
| HSL | 80.87º | 0.93% | 0.34% | - |
| HSV(B) | 80.87º | 0.96% | 0.65% | - |
| XYZ | 20.41 | 31.03 | 5.09 | - |
| YUV | 131.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 6 | 0.34 | 0 | 0.96 | 0.35 | 80.87 | 0.93 | 0.34 |
| Hex | 6F | A7 | 6 | 22 | 0 | 60 | 23 | 51 | 5D | 22 |
| Octal | 157 | 247 | 6 | 42 | 0 | 140 | 43 | 121 | 135 | 42 |
| Binary | 1101111 | 10100111 | 110 | 100010 | 0 | 1100000 | 100011 | 1010001 | 1011101 | 100010 |
Color Harmonies of #6FA706
Complementary color
Monochromatic Colors of #6FA706
Black with #6FA706
Text Example
Text Example
White with #6FA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA706; }
p { color: rgb(111,167,6); }
H1.HeaderClassName
{
color: #6FA706;
}
.AnyTagClassName
{
color: #6FA706;
}
</style>
background-color css
<style>
a { background-color: #6FA706; }
a { background-color: rgb(111,167,6); }
div.DivClassName
{
background-color: #6FA706;
}
.BgClassName
{
background-color: #6FA706;
}
</style>
border-color css
<style>
span { border-color: #6FA706; }
span { border-color: rgb(111,167,6); }
td.TdClassName
{
border-color: #6FA706;
}
.TagClassName
{
border-color: #6FA706;
}
</style>