Shades of Fern #6BB878
Tints of Fern #6BB878
RGB
CMYK
RGB Variations
Color information
#6BB878 (or 0x6BB878) is known color: Fern. HEX triplet: 6B, B8 and 78. RGB value is (107,184,120). Sum of RGB (Red+Green+Blue) = 107+184+120=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB878 is #944787. Grayscale: #999999. Windows color (decimal): -9717640 or 7911531. OLE color: 7911531.
HSL color Cylindrical-coordinate representation of color #6BB878: hue angle of 130.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB878 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 120 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.28 |
| HSL | 130.13º | 0.35% | 0.57% | - |
| HSV(B) | 130.13º | 0.42% | 0.72% | - |
| XYZ | 26.59 | 38.76 | 23.85 | - |
| YUV | 153.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 120 | 0.42 | 0 | 0.35 | 0.28 | 130.13 | 0.35 | 0.57 |
| Hex | 6B | B8 | 78 | 2A | 0 | 23 | 1C | 82 | 23 | 39 |
| Octal | 153 | 270 | 170 | 52 | 0 | 43 | 34 | 202 | 43 | 71 |
| Binary | 1101011 | 10111000 | 1111000 | 101010 | 0 | 100011 | 11100 | 10000010 | 100011 | 111001 |
Color Harmonies of #6BB878
Complementary color
Monochromatic Colors of #6BB878
Black with #6BB878
Text Example
Text Example
White with #6BB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB878; }
p { color: rgb(107,184,120); }
H1.HeaderClassName
{
color: #6BB878;
}
.AnyTagClassName
{
color: #6BB878;
}
</style>
background-color css
<style>
a { background-color: #6BB878; }
a { background-color: rgb(107,184,120); }
div.DivClassName
{
background-color: #6BB878;
}
.BgClassName
{
background-color: #6BB878;
}
</style>
border-color css
<style>
span { border-color: #6BB878; }
span { border-color: rgb(107,184,120); }
td.TdClassName
{
border-color: #6BB878;
}
.TagClassName
{
border-color: #6BB878;
}
</style>