Shades of Fern #6DB077
Tints of Fern #6DB077
RGB
CMYK
RGB Variations
Color information
#6DB077 (or 0x6DB077) is known color: Fern. HEX triplet: 6D, B0 and 77. RGB value is (109,176,119). Sum of RGB (Red+Green+Blue) = 109+176+119=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB077 is #924F88. Grayscale: #959595. Windows color (decimal): -9588617 or 7843949. OLE color: 7843949.
HSL color Cylindrical-coordinate representation of color #6DB077: hue angle of 128.96º 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 #6DB077 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 119 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.31 |
| HSL | 128.96º | 0.3% | 0.56% | - |
| HSV(B) | 128.96º | 0.38% | 0.69% | - |
| XYZ | 25.16 | 35.63 | 23 | - |
| YUV | 149.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 119 | 0.38 | 0 | 0.32 | 0.31 | 128.96 | 0.3 | 0.56 |
| Hex | 6D | B0 | 77 | 26 | 0 | 20 | 1F | 81 | 1E | 38 |
| Octal | 155 | 260 | 167 | 46 | 0 | 40 | 37 | 201 | 36 | 70 |
| Binary | 1101101 | 10110000 | 1110111 | 100110 | 0 | 100000 | 11111 | 10000001 | 11110 | 111000 |
Color Harmonies of #6DB077
Complementary color
Monochromatic Colors of #6DB077
Black with #6DB077
Text Example
Text Example
White with #6DB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB077; }
p { color: rgb(109,176,119); }
H1.HeaderClassName
{
color: #6DB077;
}
.AnyTagClassName
{
color: #6DB077;
}
</style>
background-color css
<style>
a { background-color: #6DB077; }
a { background-color: rgb(109,176,119); }
div.DivClassName
{
background-color: #6DB077;
}
.BgClassName
{
background-color: #6DB077;
}
</style>
border-color css
<style>
span { border-color: #6DB077; }
span { border-color: rgb(109,176,119); }
td.TdClassName
{
border-color: #6DB077;
}
.TagClassName
{
border-color: #6DB077;
}
</style>