Shades of Christi #6FA211
Tints of Christi #6FA211
RGB
CMYK
RGB Variations
Color information
#6FA211 (or 0x6FA211) is known color: Christi. HEX triplet: 6F, A2 and 11. RGB value is (111,162,17). Sum of RGB (Red+Green+Blue) = 111+162+17=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #6FA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA211 is #905DEE. Grayscale: #828282. Windows color (decimal): -9461231 or 1155695. OLE color: 1155695.
HSL color Cylindrical-coordinate representation of color #6FA211: hue angle of 81.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FA211 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 162 | 17 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.36 |
| HSL | 81.1º | 0.81% | 0.35% | - |
| HSV(B) | 81.1º | 0.9% | 0.64% | - |
| XYZ | 19.58 | 29.26 | 5.15 | - |
| YUV | 130.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 17 | 0.31 | 0 | 0.90 | 0.36 | 81.1 | 0.81 | 0.35 |
| Hex | 6F | A2 | 11 | 1F | 0 | 5A | 24 | 51 | 51 | 23 |
| Octal | 157 | 242 | 21 | 37 | 0 | 132 | 44 | 121 | 121 | 43 |
| Binary | 1101111 | 10100010 | 10001 | 11111 | 0 | 1011010 | 100100 | 1010001 | 1010001 | 100011 |
Color Harmonies of #6FA211
Complementary color
Monochromatic Colors of #6FA211
Black with #6FA211
Text Example
Text Example
White with #6FA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA211; }
p { color: rgb(111,162,17); }
H1.HeaderClassName
{
color: #6FA211;
}
.AnyTagClassName
{
color: #6FA211;
}
</style>
background-color css
<style>
a { background-color: #6FA211; }
a { background-color: rgb(111,162,17); }
div.DivClassName
{
background-color: #6FA211;
}
.BgClassName
{
background-color: #6FA211;
}
</style>
border-color css
<style>
span { border-color: #6FA211; }
span { border-color: rgb(111,162,17); }
td.TdClassName
{
border-color: #6FA211;
}
.TagClassName
{
border-color: #6FA211;
}
</style>