Shades of Christi #6FB712
Tints of Christi #6FB712
RGB
CMYK
RGB Variations
Color information
#6FB712 (or 0x6FB712) is known color: Christi. HEX triplet: 6F, B7 and 12. RGB value is (111,183,18). Sum of RGB (Red+Green+Blue) = 111+183+18=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB712 is #9048ED. Grayscale: #8F8F8F. Windows color (decimal): -9455854 or 1226607. OLE color: 1226607.
HSL color Cylindrical-coordinate representation of color #6FB712: hue angle of 86.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FB712 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.28 |
| HSL | 86.18º | 0.82% | 0.39% | - |
| HSV(B) | 86.18º | 0.9% | 0.72% | - |
| XYZ | 23.6 | 37.29 | 6.53 | - |
| YUV | 142.66 | 57.65 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 18 | 0.39 | 0 | 0.90 | 0.28 | 86.18 | 0.82 | 0.39 |
| Hex | 6F | B7 | 12 | 27 | 0 | 5A | 1C | 56 | 52 | 27 |
| Octal | 157 | 267 | 22 | 47 | 0 | 132 | 34 | 126 | 122 | 47 |
| Binary | 1101111 | 10110111 | 10010 | 100111 | 0 | 1011010 | 11100 | 1010110 | 1010010 | 100111 |
Color Harmonies of #6FB712
Complementary color
Monochromatic Colors of #6FB712
Black with #6FB712
Text Example
Text Example
White with #6FB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB712; }
p { color: rgb(111,183,18); }
H1.HeaderClassName
{
color: #6FB712;
}
.AnyTagClassName
{
color: #6FB712;
}
</style>
background-color css
<style>
a { background-color: #6FB712; }
a { background-color: rgb(111,183,18); }
div.DivClassName
{
background-color: #6FB712;
}
.BgClassName
{
background-color: #6FB712;
}
</style>
border-color css
<style>
span { border-color: #6FB712; }
span { border-color: rgb(111,183,18); }
td.TdClassName
{
border-color: #6FB712;
}
.TagClassName
{
border-color: #6FB712;
}
</style>