Shades of Fern #56B069
Tints of Fern #56B069
RGB
CMYK
RGB Variations
Color information
#56B069 (or 0x56B069) is known color: Fern. HEX triplet: 56, B0 and 69. RGB value is (86,176,105). Sum of RGB (Red+Green+Blue) = 86+176+105=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #56B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56B069 is #A94F96. Grayscale: #8D8D8D. Windows color (decimal): -11095959 or 6926422. OLE color: 6926422.
HSL color Cylindrical-coordinate representation of color #56B069: hue angle of 132.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56B069 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 176 | 105 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.31 |
| HSL | 132.67º | 0.36% | 0.51% | - |
| HSV(B) | 132.67º | 0.51% | 0.69% | - |
| XYZ | 21.91 | 34.05 | 18.78 | - |
| YUV | 141 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 105 | 0.51 | 0 | 0.40 | 0.31 | 132.67 | 0.36 | 0.51 |
| Hex | 56 | B0 | 69 | 33 | 0 | 28 | 1F | 85 | 24 | 33 |
| Octal | 126 | 260 | 151 | 63 | 0 | 50 | 37 | 205 | 44 | 63 |
| Binary | 1010110 | 10110000 | 1101001 | 110011 | 0 | 101000 | 11111 | 10000101 | 100100 | 110011 |
Color Harmonies of #56B069
Complementary color
Monochromatic Colors of #56B069
Black with #56B069
Text Example
Text Example
White with #56B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B069; }
p { color: rgb(86,176,105); }
H1.HeaderClassName
{
color: #56B069;
}
.AnyTagClassName
{
color: #56B069;
}
</style>
background-color css
<style>
a { background-color: #56B069; }
a { background-color: rgb(86,176,105); }
div.DivClassName
{
background-color: #56B069;
}
.BgClassName
{
background-color: #56B069;
}
</style>
border-color css
<style>
span { border-color: #56B069; }
span { border-color: rgb(86,176,105); }
td.TdClassName
{
border-color: #56B069;
}
.TagClassName
{
border-color: #56B069;
}
</style>