Shades of Christi #6FB516
Tints of Christi #6FB516
RGB
CMYK
RGB Variations
Color information
#6FB516 (or 0x6FB516) is known color: Christi. HEX triplet: 6F, B5 and 16. RGB value is (111,181,22). Sum of RGB (Red+Green+Blue) = 111+181+22=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB516 is #904AE9. Grayscale: #8E8E8E. Windows color (decimal): -9456362 or 1488239. OLE color: 1488239.
HSL color Cylindrical-coordinate representation of color #6FB516: hue angle of 86.42º 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 #6FB516 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 22 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.29 |
| HSL | 86.42º | 0.78% | 0.4% | - |
| HSV(B) | 86.42º | 0.88% | 0.71% | - |
| XYZ | 23.22 | 36.49 | 6.58 | - |
| YUV | 141.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 22 | 0.39 | 0 | 0.88 | 0.29 | 86.42 | 0.78 | 0.4 |
| Hex | 6F | B5 | 16 | 27 | 0 | 58 | 1D | 56 | 4E | 28 |
| Octal | 157 | 265 | 26 | 47 | 0 | 130 | 35 | 126 | 116 | 50 |
| Binary | 1101111 | 10110101 | 10110 | 100111 | 0 | 1011000 | 11101 | 1010110 | 1001110 | 101000 |
Color Harmonies of #6FB516
Complementary color
Monochromatic Colors of #6FB516
Black with #6FB516
Text Example
Text Example
White with #6FB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB516; }
p { color: rgb(111,181,22); }
H1.HeaderClassName
{
color: #6FB516;
}
.AnyTagClassName
{
color: #6FB516;
}
</style>
background-color css
<style>
a { background-color: #6FB516; }
a { background-color: rgb(111,181,22); }
div.DivClassName
{
background-color: #6FB516;
}
.BgClassName
{
background-color: #6FB516;
}
</style>
border-color css
<style>
span { border-color: #6FB516; }
span { border-color: rgb(111,181,22); }
td.TdClassName
{
border-color: #6FB516;
}
.TagClassName
{
border-color: #6FB516;
}
</style>