Shades of Fern #6DB370
Tints of Fern #6DB370
RGB
CMYK
RGB Variations
Color information
#6DB370 (or 0x6DB370) is known color: Fern. HEX triplet: 6D, B3 and 70. RGB value is (109,179,112). Sum of RGB (Red+Green+Blue) = 109+179+112=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB370 is #924C8F. Grayscale: #969696. Windows color (decimal): -9587856 or 7385965. OLE color: 7385965.
HSL color Cylindrical-coordinate representation of color #6DB370: hue angle of 122.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB370 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 112 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.30 |
| HSL | 122.57º | 0.32% | 0.56% | - |
| HSV(B) | 122.57º | 0.39% | 0.7% | - |
| XYZ | 25.35 | 36.66 | 21.07 | - |
| YUV | 150.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 112 | 0.39 | 0 | 0.37 | 0.30 | 122.57 | 0.32 | 0.56 |
| Hex | 6D | B3 | 70 | 27 | 0 | 25 | 1E | 7B | 20 | 38 |
| Octal | 155 | 263 | 160 | 47 | 0 | 45 | 36 | 173 | 40 | 70 |
| Binary | 1101101 | 10110011 | 1110000 | 100111 | 0 | 100101 | 11110 | 1111011 | 100000 | 111000 |
Color Harmonies of #6DB370
Complementary color
Monochromatic Colors of #6DB370
Black with #6DB370
Text Example
Text Example
White with #6DB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB370; }
p { color: rgb(109,179,112); }
H1.HeaderClassName
{
color: #6DB370;
}
.AnyTagClassName
{
color: #6DB370;
}
</style>
background-color css
<style>
a { background-color: #6DB370; }
a { background-color: rgb(109,179,112); }
div.DivClassName
{
background-color: #6DB370;
}
.BgClassName
{
background-color: #6DB370;
}
</style>
border-color css
<style>
span { border-color: #6DB370; }
span { border-color: rgb(109,179,112); }
td.TdClassName
{
border-color: #6DB370;
}
.TagClassName
{
border-color: #6DB370;
}
</style>