Shades of Christi #6FB416
Tints of Christi #6FB416
RGB
CMYK
RGB Variations
Color information
#6FB416 (or 0x6FB416) is known color: Christi. HEX triplet: 6F, B4 and 16. RGB value is (111,180,22). Sum of RGB (Red+Green+Blue) = 111+180+22=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB416 is #904BE9. Grayscale: #8D8D8D. Windows color (decimal): -9456618 or 1487983. OLE color: 1487983.
HSL color Cylindrical-coordinate representation of color #6FB416: hue angle of 86.2º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6FB416 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 22 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.29 |
| HSL | 86.2º | 0.78% | 0.4% | - |
| HSV(B) | 86.2º | 0.88% | 0.71% | - |
| XYZ | 23.02 | 36.08 | 6.51 | - |
| YUV | 141.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 22 | 0.38 | 0 | 0.88 | 0.29 | 86.2 | 0.78 | 0.4 |
| Hex | 6F | B4 | 16 | 26 | 0 | 58 | 1D | 56 | 4E | 28 |
| Octal | 157 | 264 | 26 | 46 | 0 | 130 | 35 | 126 | 116 | 50 |
| Binary | 1101111 | 10110100 | 10110 | 100110 | 0 | 1011000 | 11101 | 1010110 | 1001110 | 101000 |
Color Harmonies of #6FB416
Complementary color
Monochromatic Colors of #6FB416
Black with #6FB416
Text Example
Text Example
White with #6FB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB416; }
p { color: rgb(111,180,22); }
H1.HeaderClassName
{
color: #6FB416;
}
.AnyTagClassName
{
color: #6FB416;
}
</style>
background-color css
<style>
a { background-color: #6FB416; }
a { background-color: rgb(111,180,22); }
div.DivClassName
{
background-color: #6FB416;
}
.BgClassName
{
background-color: #6FB416;
}
</style>
border-color css
<style>
span { border-color: #6FB416; }
span { border-color: rgb(111,180,22); }
td.TdClassName
{
border-color: #6FB416;
}
.TagClassName
{
border-color: #6FB416;
}
</style>