Shades of Christi #6FA116
Tints of Christi #6FA116
RGB
CMYK
RGB Variations
Color information
#6FA116 (or 0x6FA116) is known color: Christi. HEX triplet: 6F, A1 and 16. RGB value is (111,161,22). Sum of RGB (Red+Green+Blue) = 111+161+22=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FA116 is #905EE9. Grayscale: #828282. Windows color (decimal): -9461482 or 1483119. OLE color: 1483119.
HSL color Cylindrical-coordinate representation of color #6FA116: hue angle of 81.58º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FA116 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 22 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.37 |
| HSL | 81.58º | 0.76% | 0.36% | - |
| HSV(B) | 81.58º | 0.86% | 0.63% | - |
| XYZ | 19.45 | 28.93 | 5.32 | - |
| YUV | 130.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 22 | 0.31 | 0 | 0.86 | 0.37 | 81.58 | 0.76 | 0.36 |
| Hex | 6F | A1 | 16 | 1F | 0 | 56 | 25 | 52 | 4C | 24 |
| Octal | 157 | 241 | 26 | 37 | 0 | 126 | 45 | 122 | 114 | 44 |
| Binary | 1101111 | 10100001 | 10110 | 11111 | 0 | 1010110 | 100101 | 1010010 | 1001100 | 100100 |
Color Harmonies of #6FA116
Complementary color
Monochromatic Colors of #6FA116
Black with #6FA116
Text Example
Text Example
White with #6FA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA116; }
p { color: rgb(111,161,22); }
H1.HeaderClassName
{
color: #6FA116;
}
.AnyTagClassName
{
color: #6FA116;
}
</style>
background-color css
<style>
a { background-color: #6FA116; }
a { background-color: rgb(111,161,22); }
div.DivClassName
{
background-color: #6FA116;
}
.BgClassName
{
background-color: #6FA116;
}
</style>
border-color css
<style>
span { border-color: #6FA116; }
span { border-color: rgb(111,161,22); }
td.TdClassName
{
border-color: #6FA116;
}
.TagClassName
{
border-color: #6FA116;
}
</style>