Shades of Christi #6FA705
Tints of Christi #6FA705
RGB
CMYK
RGB Variations
Color information
#6FA705 (or 0x6FA705) is known color: Christi. HEX triplet: 6F, A7 and 05. RGB value is (111,167,5). Sum of RGB (Red+Green+Blue) = 111+167+5=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA705 is #9058FA. Grayscale: #848484. Windows color (decimal): -9459963 or 370543. OLE color: 370543.
HSL color Cylindrical-coordinate representation of color #6FA705: hue angle of 80.74º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6FA705 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 5 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.35 |
| HSL | 80.74º | 0.94% | 0.34% | - |
| HSV(B) | 80.74º | 0.97% | 0.65% | - |
| XYZ | 20.4 | 31.03 | 5.06 | - |
| YUV | 131.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 5 | 0.34 | 0 | 0.97 | 0.35 | 80.74 | 0.94 | 0.34 |
| Hex | 6F | A7 | 5 | 22 | 0 | 61 | 23 | 51 | 5E | 22 |
| Octal | 157 | 247 | 5 | 42 | 0 | 141 | 43 | 121 | 136 | 42 |
| Binary | 1101111 | 10100111 | 101 | 100010 | 0 | 1100001 | 100011 | 1010001 | 1011110 | 100010 |
Color Harmonies of #6FA705
Complementary color
Monochromatic Colors of #6FA705
Black with #6FA705
Text Example
Text Example
White with #6FA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA705; }
p { color: rgb(111,167,5); }
H1.HeaderClassName
{
color: #6FA705;
}
.AnyTagClassName
{
color: #6FA705;
}
</style>
background-color css
<style>
a { background-color: #6FA705; }
a { background-color: rgb(111,167,5); }
div.DivClassName
{
background-color: #6FA705;
}
.BgClassName
{
background-color: #6FA705;
}
</style>
border-color css
<style>
span { border-color: #6FA705; }
span { border-color: rgb(111,167,5); }
td.TdClassName
{
border-color: #6FA705;
}
.TagClassName
{
border-color: #6FA705;
}
</style>