Shades of Christi #6FA714
Tints of Christi #6FA714
RGB
CMYK
RGB Variations
Color information
#6FA714 (or 0x6FA714) is known color: Christi. HEX triplet: 6F, A7 and 14. RGB value is (111,167,20). Sum of RGB (Red+Green+Blue) = 111+167+20=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA714 is #9058EB. Grayscale: #868686. Windows color (decimal): -9459948 or 1353583. OLE color: 1353583.
HSL color Cylindrical-coordinate representation of color #6FA714: hue angle of 82.86º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6FA714 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 20 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.35 |
| HSL | 82.86º | 0.79% | 0.37% | - |
| HSV(B) | 82.86º | 0.88% | 0.65% | - |
| XYZ | 20.5 | 31.07 | 5.58 | - |
| YUV | 133.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 20 | 0.34 | 0 | 0.88 | 0.35 | 82.86 | 0.79 | 0.37 |
| Hex | 6F | A7 | 14 | 22 | 0 | 58 | 23 | 53 | 4F | 25 |
| Octal | 157 | 247 | 24 | 42 | 0 | 130 | 43 | 123 | 117 | 45 |
| Binary | 1101111 | 10100111 | 10100 | 100010 | 0 | 1011000 | 100011 | 1010011 | 1001111 | 100101 |
Color Harmonies of #6FA714
Complementary color
Monochromatic Colors of #6FA714
Black with #6FA714
Text Example
Text Example
White with #6FA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA714; }
p { color: rgb(111,167,20); }
H1.HeaderClassName
{
color: #6FA714;
}
.AnyTagClassName
{
color: #6FA714;
}
</style>
background-color css
<style>
a { background-color: #6FA714; }
a { background-color: rgb(111,167,20); }
div.DivClassName
{
background-color: #6FA714;
}
.BgClassName
{
background-color: #6FA714;
}
</style>
border-color css
<style>
span { border-color: #6FA714; }
span { border-color: rgb(111,167,20); }
td.TdClassName
{
border-color: #6FA714;
}
.TagClassName
{
border-color: #6FA714;
}
</style>