Shades of Christi #6DBA2F
Tints of Christi #6DBA2F
RGB
CMYK
RGB Variations
Color information
#6DBA2F (or 0x6DBA2F) is known color: Christi. HEX triplet: 6D, BA and 2F. RGB value is (109,186,47). Sum of RGB (Red+Green+Blue) = 109+186+47=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBA2F is #9245D0. Grayscale: #939393. Windows color (decimal): -9586129 or 3127917. OLE color: 3127917.
HSL color Cylindrical-coordinate representation of color #6DBA2F: hue angle of 93.24º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DBA2F is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 47 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.27 |
| HSL | 93.24º | 0.6% | 0.46% | - |
| HSV(B) | 93.24º | 0.75% | 0.73% | - |
| XYZ | 24.38 | 38.57 | 8.85 | - |
| YUV | 147.13 | 71.49 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 47 | 0.41 | 0 | 0.75 | 0.27 | 93.24 | 0.6 | 0.46 |
| Hex | 6D | BA | 2F | 29 | 0 | 4B | 1B | 5D | 3C | 2E |
| Octal | 155 | 272 | 57 | 51 | 0 | 113 | 33 | 135 | 74 | 56 |
| Binary | 1101101 | 10111010 | 101111 | 101001 | 0 | 1001011 | 11011 | 1011101 | 111100 | 101110 |
Color Harmonies of #6DBA2F
Complementary color
Monochromatic Colors of #6DBA2F
Black with #6DBA2F
Text Example
Text Example
White with #6DBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA2F; }
p { color: rgb(109,186,47); }
H1.HeaderClassName
{
color: #6DBA2F;
}
.AnyTagClassName
{
color: #6DBA2F;
}
</style>
background-color css
<style>
a { background-color: #6DBA2F; }
a { background-color: rgb(109,186,47); }
div.DivClassName
{
background-color: #6DBA2F;
}
.BgClassName
{
background-color: #6DBA2F;
}
</style>
border-color css
<style>
span { border-color: #6DBA2F; }
span { border-color: rgb(109,186,47); }
td.TdClassName
{
border-color: #6DBA2F;
}
.TagClassName
{
border-color: #6DBA2F;
}
</style>