Shades of Fern #6BB85F
Tints of Fern #6BB85F
RGB
CMYK
RGB Variations
Color information
#6BB85F (or 0x6BB85F) is known color: Fern. HEX triplet: 6B, B8 and 5F. RGB value is (107,184,95). Sum of RGB (Red+Green+Blue) = 107+184+95=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB85F is #9447A0. Grayscale: #979797. Windows color (decimal): -9717665 or 6273131. OLE color: 6273131.
HSL color Cylindrical-coordinate representation of color #6BB85F: hue angle of 111.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB85F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 95 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.28 |
| HSL | 111.91º | 0.39% | 0.55% | - |
| HSV(B) | 111.91º | 0.48% | 0.72% | - |
| XYZ | 25.27 | 38.23 | 16.87 | - |
| YUV | 150.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 95 | 0.42 | 0 | 0.48 | 0.28 | 111.91 | 0.39 | 0.55 |
| Hex | 6B | B8 | 5F | 2A | 0 | 30 | 1C | 70 | 27 | 37 |
| Octal | 153 | 270 | 137 | 52 | 0 | 60 | 34 | 160 | 47 | 67 |
| Binary | 1101011 | 10111000 | 1011111 | 101010 | 0 | 110000 | 11100 | 1110000 | 100111 | 110111 |
Color Harmonies of #6BB85F
Complementary color
Monochromatic Colors of #6BB85F
Black with #6BB85F
Text Example
Text Example
White with #6BB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB85F; }
p { color: rgb(107,184,95); }
H1.HeaderClassName
{
color: #6BB85F;
}
.AnyTagClassName
{
color: #6BB85F;
}
</style>
background-color css
<style>
a { background-color: #6BB85F; }
a { background-color: rgb(107,184,95); }
div.DivClassName
{
background-color: #6BB85F;
}
.BgClassName
{
background-color: #6BB85F;
}
</style>
border-color css
<style>
span { border-color: #6BB85F; }
span { border-color: rgb(107,184,95); }
td.TdClassName
{
border-color: #6BB85F;
}
.TagClassName
{
border-color: #6BB85F;
}
</style>