Shades of Christi #6FB710
Tints of Christi #6FB710
RGB
CMYK
RGB Variations
Color information
#6FB710 (or 0x6FB710) is known color: Christi. HEX triplet: 6F, B7 and 10. RGB value is (111,183,16). Sum of RGB (Red+Green+Blue) = 111+183+16=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB710 is #9048EF. Grayscale: #8F8F8F. Windows color (decimal): -9455856 or 1095535. OLE color: 1095535.
HSL color Cylindrical-coordinate representation of color #6FB710: hue angle of 85.87º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FB710 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 16 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.28 |
| HSL | 85.87º | 0.84% | 0.39% | - |
| HSV(B) | 85.87º | 0.91% | 0.72% | - |
| XYZ | 23.58 | 37.28 | 6.44 | - |
| YUV | 142.43 | 56.65 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 16 | 0.39 | 0 | 0.91 | 0.28 | 85.87 | 0.84 | 0.39 |
| Hex | 6F | B7 | 10 | 27 | 0 | 5B | 1C | 56 | 54 | 27 |
| Octal | 157 | 267 | 20 | 47 | 0 | 133 | 34 | 126 | 124 | 47 |
| Binary | 1101111 | 10110111 | 10000 | 100111 | 0 | 1011011 | 11100 | 1010110 | 1010100 | 100111 |
Color Harmonies of #6FB710
Complementary color
Monochromatic Colors of #6FB710
Black with #6FB710
Text Example
Text Example
White with #6FB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB710; }
p { color: rgb(111,183,16); }
H1.HeaderClassName
{
color: #6FB710;
}
.AnyTagClassName
{
color: #6FB710;
}
</style>
background-color css
<style>
a { background-color: #6FB710; }
a { background-color: rgb(111,183,16); }
div.DivClassName
{
background-color: #6FB710;
}
.BgClassName
{
background-color: #6FB710;
}
</style>
border-color css
<style>
span { border-color: #6FB710; }
span { border-color: rgb(111,183,16); }
td.TdClassName
{
border-color: #6FB710;
}
.TagClassName
{
border-color: #6FB710;
}
</style>