Shades of Christi #6FBA2D
Tints of Christi #6FBA2D
RGB
CMYK
RGB Variations
Color information
#6FBA2D (or 0x6FBA2D) is known color: Christi. HEX triplet: 6F, BA and 2D. RGB value is (111,186,45). Sum of RGB (Red+Green+Blue) = 111+186+45=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA2D is #9045D2. Grayscale: #939393. Windows color (decimal): -9455059 or 2996847. OLE color: 2996847.
HSL color Cylindrical-coordinate representation of color #6FBA2D: hue angle of 91.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FBA2D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 45 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.27 |
| HSL | 91.91º | 0.61% | 0.45% | - |
| HSV(B) | 91.91º | 0.76% | 0.73% | - |
| XYZ | 24.59 | 38.69 | 8.65 | - |
| YUV | 147.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 45 | 0.40 | 0 | 0.76 | 0.27 | 91.91 | 0.61 | 0.45 |
| Hex | 6F | BA | 2D | 28 | 0 | 4C | 1B | 5C | 3D | 2D |
| Octal | 157 | 272 | 55 | 50 | 0 | 114 | 33 | 134 | 75 | 55 |
| Binary | 1101111 | 10111010 | 101101 | 101000 | 0 | 1001100 | 11011 | 1011100 | 111101 | 101101 |
Color Harmonies of #6FBA2D
Complementary color
Monochromatic Colors of #6FBA2D
Black with #6FBA2D
Text Example
Text Example
White with #6FBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA2D; }
p { color: rgb(111,186,45); }
H1.HeaderClassName
{
color: #6FBA2D;
}
.AnyTagClassName
{
color: #6FBA2D;
}
</style>
background-color css
<style>
a { background-color: #6FBA2D; }
a { background-color: rgb(111,186,45); }
div.DivClassName
{
background-color: #6FBA2D;
}
.BgClassName
{
background-color: #6FBA2D;
}
</style>
border-color css
<style>
span { border-color: #6FBA2D; }
span { border-color: rgb(111,186,45); }
td.TdClassName
{
border-color: #6FBA2D;
}
.TagClassName
{
border-color: #6FBA2D;
}
</style>