Shades of Fern #6BBD78
Tints of Fern #6BBD78
RGB
CMYK
RGB Variations
Color information
#6BBD78 (or 0x6BBD78) is known color: Fern. HEX triplet: 6B, BD and 78. RGB value is (107,189,120). Sum of RGB (Red+Green+Blue) = 107+189+120=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD78 is #944287. Grayscale: #9C9C9C. Windows color (decimal): -9716360 or 7912811. OLE color: 7912811.
HSL color Cylindrical-coordinate representation of color #6BBD78: hue angle of 129.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD78 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 189 | 120 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.26 |
| HSL | 129.51º | 0.38% | 0.58% | - |
| HSV(B) | 129.51º | 0.43% | 0.74% | - |
| XYZ | 27.65 | 40.88 | 24.2 | - |
| YUV | 156.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 120 | 0.43 | 0 | 0.37 | 0.26 | 129.51 | 0.38 | 0.58 |
| Hex | 6B | BD | 78 | 2B | 0 | 25 | 1A | 82 | 26 | 3A |
| Octal | 153 | 275 | 170 | 53 | 0 | 45 | 32 | 202 | 46 | 72 |
| Binary | 1101011 | 10111101 | 1111000 | 101011 | 0 | 100101 | 11010 | 10000010 | 100110 | 111010 |
Color Harmonies of #6BBD78
Complementary color
Monochromatic Colors of #6BBD78
Black with #6BBD78
Text Example
Text Example
White with #6BBD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBD78; }
p { color: rgb(107,189,120); }
H1.HeaderClassName
{
color: #6BBD78;
}
.AnyTagClassName
{
color: #6BBD78;
}
</style>
background-color css
<style>
a { background-color: #6BBD78; }
a { background-color: rgb(107,189,120); }
div.DivClassName
{
background-color: #6BBD78;
}
.BgClassName
{
background-color: #6BBD78;
}
</style>
border-color css
<style>
span { border-color: #6BBD78; }
span { border-color: rgb(107,189,120); }
td.TdClassName
{
border-color: #6BBD78;
}
.TagClassName
{
border-color: #6BBD78;
}
</style>