Shades of Fern #6BBC7D
Tints of Fern #6BBC7D
RGB
CMYK
RGB Variations
Color information
#6BBC7D (or 0x6BBC7D) is known color: Fern. HEX triplet: 6B, BC and 7D. RGB value is (107,188,125). Sum of RGB (Red+Green+Blue) = 107+188+125=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC7D is #944382. Grayscale: #9C9C9C. Windows color (decimal): -9716611 or 8240235. OLE color: 8240235.
HSL color Cylindrical-coordinate representation of color #6BBC7D: hue angle of 133.33º 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 #6BBC7D is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 125 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.26 |
| HSL | 133.33º | 0.38% | 0.58% | - |
| HSV(B) | 133.33º | 0.43% | 0.74% | - |
| XYZ | 27.75 | 40.57 | 25.77 | - |
| YUV | 156.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 125 | 0.43 | 0 | 0.34 | 0.26 | 133.33 | 0.38 | 0.58 |
| Hex | 6B | BC | 7D | 2B | 0 | 22 | 1A | 85 | 26 | 3A |
| Octal | 153 | 274 | 175 | 53 | 0 | 42 | 32 | 205 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1111101 | 101011 | 0 | 100010 | 11010 | 10000101 | 100110 | 111010 |
Color Harmonies of #6BBC7D
Complementary color
Monochromatic Colors of #6BBC7D
Black with #6BBC7D
Text Example
Text Example
White with #6BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC7D; }
p { color: rgb(107,188,125); }
H1.HeaderClassName
{
color: #6BBC7D;
}
.AnyTagClassName
{
color: #6BBC7D;
}
</style>
background-color css
<style>
a { background-color: #6BBC7D; }
a { background-color: rgb(107,188,125); }
div.DivClassName
{
background-color: #6BBC7D;
}
.BgClassName
{
background-color: #6BBC7D;
}
</style>
border-color css
<style>
span { border-color: #6BBC7D; }
span { border-color: rgb(107,188,125); }
td.TdClassName
{
border-color: #6BBC7D;
}
.TagClassName
{
border-color: #6BBC7D;
}
</style>