Shades of Fern #6DB170
Tints of Fern #6DB170
RGB
CMYK
RGB Variations
Color information
#6DB170 (or 0x6DB170) is known color: Fern. HEX triplet: 6D, B1 and 70. RGB value is (109,177,112). Sum of RGB (Red+Green+Blue) = 109+177+112=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB170 is #924E8F. Grayscale: #959595. Windows color (decimal): -9588368 or 7385453. OLE color: 7385453.
HSL color Cylindrical-coordinate representation of color #6DB170: hue angle of 122.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB170 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 177 | 112 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.31 |
| HSL | 122.65º | 0.3% | 0.56% | - |
| HSV(B) | 122.65º | 0.38% | 0.69% | - |
| XYZ | 24.95 | 35.87 | 20.94 | - |
| YUV | 149.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 177 | 112 | 0.38 | 0 | 0.37 | 0.31 | 122.65 | 0.3 | 0.56 |
| Hex | 6D | B1 | 70 | 26 | 0 | 25 | 1F | 7B | 1E | 38 |
| Octal | 155 | 261 | 160 | 46 | 0 | 45 | 37 | 173 | 36 | 70 |
| Binary | 1101101 | 10110001 | 1110000 | 100110 | 0 | 100101 | 11111 | 1111011 | 11110 | 111000 |
Color Harmonies of #6DB170
Complementary color
Monochromatic Colors of #6DB170
Black with #6DB170
Text Example
Text Example
White with #6DB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB170; }
p { color: rgb(109,177,112); }
H1.HeaderClassName
{
color: #6DB170;
}
.AnyTagClassName
{
color: #6DB170;
}
</style>
background-color css
<style>
a { background-color: #6DB170; }
a { background-color: rgb(109,177,112); }
div.DivClassName
{
background-color: #6DB170;
}
.BgClassName
{
background-color: #6DB170;
}
</style>
border-color css
<style>
span { border-color: #6DB170; }
span { border-color: rgb(109,177,112); }
td.TdClassName
{
border-color: #6DB170;
}
.TagClassName
{
border-color: #6DB170;
}
</style>