Shades of Christi #6FBC0D
Tints of Christi #6FBC0D
RGB
CMYK
RGB Variations
Color information
#6FBC0D (or 0x6FBC0D) is known color: Christi. HEX triplet: 6F, BC and 0D. RGB value is (111,188,13). Sum of RGB (Red+Green+Blue) = 111+188+13=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC0D is #9043F2. Grayscale: #919191. Windows color (decimal): -9454579 or 900207. OLE color: 900207.
HSL color Cylindrical-coordinate representation of color #6FBC0D: hue angle of 86.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6FBC0D is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 13 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.26 |
| HSL | 86.4º | 0.87% | 0.39% | - |
| HSV(B) | 86.4º | 0.93% | 0.74% | - |
| XYZ | 24.61 | 39.38 | 6.68 | - |
| YUV | 145.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 13 | 0.41 | 0 | 0.93 | 0.26 | 86.4 | 0.87 | 0.39 |
| Hex | 6F | BC | D | 29 | 0 | 5D | 1A | 56 | 57 | 27 |
| Octal | 157 | 274 | 15 | 51 | 0 | 135 | 32 | 126 | 127 | 47 |
| Binary | 1101111 | 10111100 | 1101 | 101001 | 0 | 1011101 | 11010 | 1010110 | 1010111 | 100111 |
Color Harmonies of #6FBC0D
Complementary color
Monochromatic Colors of #6FBC0D
Black with #6FBC0D
Text Example
Text Example
White with #6FBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC0D; }
p { color: rgb(111,188,13); }
H1.HeaderClassName
{
color: #6FBC0D;
}
.AnyTagClassName
{
color: #6FBC0D;
}
</style>
background-color css
<style>
a { background-color: #6FBC0D; }
a { background-color: rgb(111,188,13); }
div.DivClassName
{
background-color: #6FBC0D;
}
.BgClassName
{
background-color: #6FBC0D;
}
</style>
border-color css
<style>
span { border-color: #6FBC0D; }
span { border-color: rgb(111,188,13); }
td.TdClassName
{
border-color: #6FBC0D;
}
.TagClassName
{
border-color: #6FBC0D;
}
</style>