Shades of Fern #68BD77
Tints of Fern #68BD77
RGB
CMYK
RGB Variations
Color information
#68BD77 (or 0x68BD77) is known color: Fern. HEX triplet: 68, BD and 77. RGB value is (104,189,119). Sum of RGB (Red+Green+Blue) = 104+189+119=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD77 is #974288. Grayscale: #9B9B9B. Windows color (decimal): -9912969 or 7847272. OLE color: 7847272.
HSL color Cylindrical-coordinate representation of color #68BD77: hue angle of 130.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD77 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 119 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.26 |
| HSL | 130.59º | 0.39% | 0.57% | - |
| HSV(B) | 130.59º | 0.45% | 0.74% | - |
| XYZ | 27.24 | 40.67 | 23.87 | - |
| YUV | 155.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 119 | 0.45 | 0 | 0.37 | 0.26 | 130.59 | 0.39 | 0.57 |
| Hex | 68 | BD | 77 | 2D | 0 | 25 | 1A | 83 | 27 | 39 |
| Octal | 150 | 275 | 167 | 55 | 0 | 45 | 32 | 203 | 47 | 71 |
| Binary | 1101000 | 10111101 | 1110111 | 101101 | 0 | 100101 | 11010 | 10000011 | 100111 | 111001 |
Color Harmonies of #68BD77
Complementary color
Monochromatic Colors of #68BD77
Black with #68BD77
Text Example
Text Example
White with #68BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD77; }
p { color: rgb(104,189,119); }
H1.HeaderClassName
{
color: #68BD77;
}
.AnyTagClassName
{
color: #68BD77;
}
</style>
background-color css
<style>
a { background-color: #68BD77; }
a { background-color: rgb(104,189,119); }
div.DivClassName
{
background-color: #68BD77;
}
.BgClassName
{
background-color: #68BD77;
}
</style>
border-color css
<style>
span { border-color: #68BD77; }
span { border-color: rgb(104,189,119); }
td.TdClassName
{
border-color: #68BD77;
}
.TagClassName
{
border-color: #68BD77;
}
</style>