Shades of Fern #6BB872
Tints of Fern #6BB872
RGB
CMYK
RGB Variations
Color information
#6BB872 (or 0x6BB872) is known color: Fern. HEX triplet: 6B, B8 and 72. RGB value is (107,184,114). Sum of RGB (Red+Green+Blue) = 107+184+114=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB872 is #94478D. Grayscale: #999999. Windows color (decimal): -9717646 or 7518315. OLE color: 7518315.
HSL color Cylindrical-coordinate representation of color #6BB872: hue angle of 125.45º 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 #6BB872 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 114 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.28 |
| HSL | 125.45º | 0.35% | 0.57% | - |
| HSV(B) | 125.45º | 0.42% | 0.72% | - |
| XYZ | 26.24 | 38.62 | 21.99 | - |
| YUV | 153 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 114 | 0.42 | 0 | 0.38 | 0.28 | 125.45 | 0.35 | 0.57 |
| Hex | 6B | B8 | 72 | 2A | 0 | 26 | 1C | 7D | 23 | 39 |
| Octal | 153 | 270 | 162 | 52 | 0 | 46 | 34 | 175 | 43 | 71 |
| Binary | 1101011 | 10111000 | 1110010 | 101010 | 0 | 100110 | 11100 | 1111101 | 100011 | 111001 |
Color Harmonies of #6BB872
Complementary color
Monochromatic Colors of #6BB872
Black with #6BB872
Text Example
Text Example
White with #6BB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB872; }
p { color: rgb(107,184,114); }
H1.HeaderClassName
{
color: #6BB872;
}
.AnyTagClassName
{
color: #6BB872;
}
</style>
background-color css
<style>
a { background-color: #6BB872; }
a { background-color: rgb(107,184,114); }
div.DivClassName
{
background-color: #6BB872;
}
.BgClassName
{
background-color: #6BB872;
}
</style>
border-color css
<style>
span { border-color: #6BB872; }
span { border-color: rgb(107,184,114); }
td.TdClassName
{
border-color: #6BB872;
}
.TagClassName
{
border-color: #6BB872;
}
</style>