Shades of Christi #6FB614
Tints of Christi #6FB614
RGB
CMYK
RGB Variations
Color information
#6FB614 (or 0x6FB614) is known color: Christi. HEX triplet: 6F, B6 and 14. RGB value is (111,182,20). Sum of RGB (Red+Green+Blue) = 111+182+20=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FB614 is #9049EB. Grayscale: #8E8E8E. Windows color (decimal): -9456108 or 1357423. OLE color: 1357423.
HSL color Cylindrical-coordinate representation of color #6FB614: hue angle of 86.3º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FB614 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 182 | 20 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.29 |
| HSL | 86.3º | 0.8% | 0.4% | - |
| HSV(B) | 86.3º | 0.89% | 0.71% | - |
| XYZ | 23.41 | 36.89 | 6.55 | - |
| YUV | 142.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 20 | 0.39 | 0 | 0.89 | 0.29 | 86.3 | 0.8 | 0.4 |
| Hex | 6F | B6 | 14 | 27 | 0 | 59 | 1D | 56 | 50 | 28 |
| Octal | 157 | 266 | 24 | 47 | 0 | 131 | 35 | 126 | 120 | 50 |
| Binary | 1101111 | 10110110 | 10100 | 100111 | 0 | 1011001 | 11101 | 1010110 | 1010000 | 101000 |
Color Harmonies of #6FB614
Complementary color
Monochromatic Colors of #6FB614
Black with #6FB614
Text Example
Text Example
White with #6FB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB614; }
p { color: rgb(111,182,20); }
H1.HeaderClassName
{
color: #6FB614;
}
.AnyTagClassName
{
color: #6FB614;
}
</style>
background-color css
<style>
a { background-color: #6FB614; }
a { background-color: rgb(111,182,20); }
div.DivClassName
{
background-color: #6FB614;
}
.BgClassName
{
background-color: #6FB614;
}
</style>
border-color css
<style>
span { border-color: #6FB614; }
span { border-color: rgb(111,182,20); }
td.TdClassName
{
border-color: #6FB614;
}
.TagClassName
{
border-color: #6FB614;
}
</style>