Shades of Christi #6FBA0D
Tints of Christi #6FBA0D
RGB
CMYK
RGB Variations
Color information
#6FBA0D (or 0x6FBA0D) is known color: Christi. HEX triplet: 6F, BA and 0D. RGB value is (111,186,13). Sum of RGB (Red+Green+Blue) = 111+186+13=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBA0D is #9045F2. Grayscale: #909090. Windows color (decimal): -9455091 or 899695. OLE color: 899695.
HSL color Cylindrical-coordinate representation of color #6FBA0D: hue angle of 86.01º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FBA0D is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 13 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.27 |
| HSL | 86.01º | 0.87% | 0.39% | - |
| HSV(B) | 86.01º | 0.93% | 0.73% | - |
| XYZ | 24.19 | 38.53 | 6.54 | - |
| YUV | 143.85 | 54.15 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 13 | 0.40 | 0 | 0.93 | 0.27 | 86.01 | 0.87 | 0.39 |
| Hex | 6F | BA | D | 28 | 0 | 5D | 1B | 56 | 57 | 27 |
| Octal | 157 | 272 | 15 | 50 | 0 | 135 | 33 | 126 | 127 | 47 |
| Binary | 1101111 | 10111010 | 1101 | 101000 | 0 | 1011101 | 11011 | 1010110 | 1010111 | 100111 |
Color Harmonies of #6FBA0D
Complementary color
Monochromatic Colors of #6FBA0D
Black with #6FBA0D
Text Example
Text Example
White with #6FBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA0D; }
p { color: rgb(111,186,13); }
H1.HeaderClassName
{
color: #6FBA0D;
}
.AnyTagClassName
{
color: #6FBA0D;
}
</style>
background-color css
<style>
a { background-color: #6FBA0D; }
a { background-color: rgb(111,186,13); }
div.DivClassName
{
background-color: #6FBA0D;
}
.BgClassName
{
background-color: #6FBA0D;
}
</style>
border-color css
<style>
span { border-color: #6FBA0D; }
span { border-color: rgb(111,186,13); }
td.TdClassName
{
border-color: #6FBA0D;
}
.TagClassName
{
border-color: #6FBA0D;
}
</style>