Shades of Christi #6FB511
Tints of Christi #6FB511
RGB
CMYK
RGB Variations
Color information
#6FB511 (or 0x6FB511) is known color: Christi. HEX triplet: 6F, B5 and 11. RGB value is (111,181,17). Sum of RGB (Red+Green+Blue) = 111+181+17=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB511 is #904AEE. Grayscale: #8D8D8D. Windows color (decimal): -9456367 or 1160559. OLE color: 1160559.
HSL color Cylindrical-coordinate representation of color #6FB511: hue angle of 85.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FB511 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 17 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.29 |
| HSL | 85.61º | 0.83% | 0.39% | - |
| HSV(B) | 85.61º | 0.91% | 0.71% | - |
| XYZ | 23.18 | 36.47 | 6.35 | - |
| YUV | 141.37 | 57.81 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 17 | 0.39 | 0 | 0.91 | 0.29 | 85.61 | 0.83 | 0.39 |
| Hex | 6F | B5 | 11 | 27 | 0 | 5B | 1D | 56 | 53 | 27 |
| Octal | 157 | 265 | 21 | 47 | 0 | 133 | 35 | 126 | 123 | 47 |
| Binary | 1101111 | 10110101 | 10001 | 100111 | 0 | 1011011 | 11101 | 1010110 | 1010011 | 100111 |
Color Harmonies of #6FB511
Complementary color
Monochromatic Colors of #6FB511
Black with #6FB511
Text Example
Text Example
White with #6FB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB511; }
p { color: rgb(111,181,17); }
H1.HeaderClassName
{
color: #6FB511;
}
.AnyTagClassName
{
color: #6FB511;
}
</style>
background-color css
<style>
a { background-color: #6FB511; }
a { background-color: rgb(111,181,17); }
div.DivClassName
{
background-color: #6FB511;
}
.BgClassName
{
background-color: #6FB511;
}
</style>
border-color css
<style>
span { border-color: #6FB511; }
span { border-color: rgb(111,181,17); }
td.TdClassName
{
border-color: #6FB511;
}
.TagClassName
{
border-color: #6FB511;
}
</style>