Shades of Fern #6DB364
Tints of Fern #6DB364
RGB
CMYK
RGB Variations
Color information
#6DB364 (or 0x6DB364) is known color: Fern. HEX triplet: 6D, B3 and 64. RGB value is (109,179,100). Sum of RGB (Red+Green+Blue) = 109+179+100=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB364 is #924C9B. Grayscale: #959595. Windows color (decimal): -9587868 or 6599533. OLE color: 6599533.
HSL color Cylindrical-coordinate representation of color #6DB364: hue angle of 113.16º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DB364 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 100 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.30 |
| HSL | 113.16º | 0.34% | 0.55% | - |
| HSV(B) | 113.16º | 0.44% | 0.7% | - |
| XYZ | 24.73 | 36.41 | 17.78 | - |
| YUV | 149.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 100 | 0.39 | 0 | 0.44 | 0.30 | 113.16 | 0.34 | 0.55 |
| Hex | 6D | B3 | 64 | 27 | 0 | 2C | 1E | 71 | 22 | 37 |
| Octal | 155 | 263 | 144 | 47 | 0 | 54 | 36 | 161 | 42 | 67 |
| Binary | 1101101 | 10110011 | 1100100 | 100111 | 0 | 101100 | 11110 | 1110001 | 100010 | 110111 |
Color Harmonies of #6DB364
Complementary color
Monochromatic Colors of #6DB364
Black with #6DB364
Text Example
Text Example
White with #6DB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB364; }
p { color: rgb(109,179,100); }
H1.HeaderClassName
{
color: #6DB364;
}
.AnyTagClassName
{
color: #6DB364;
}
</style>
background-color css
<style>
a { background-color: #6DB364; }
a { background-color: rgb(109,179,100); }
div.DivClassName
{
background-color: #6DB364;
}
.BgClassName
{
background-color: #6DB364;
}
</style>
border-color css
<style>
span { border-color: #6DB364; }
span { border-color: rgb(109,179,100); }
td.TdClassName
{
border-color: #6DB364;
}
.TagClassName
{
border-color: #6DB364;
}
</style>