Shades of Fern #68B46F
Tints of Fern #68B46F
RGB
CMYK
RGB Variations
Color information
#68B46F (or 0x68B46F) is known color: Fern. HEX triplet: 68, B4 and 6F. RGB value is (104,180,111). Sum of RGB (Red+Green+Blue) = 104+180+111=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #68B46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B46F is #974B90. Grayscale: #959595. Windows color (decimal): -9915281 or 7320680. OLE color: 7320680.
HSL color Cylindrical-coordinate representation of color #68B46F: hue angle of 125.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B46F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 111 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.29 |
| HSL | 125.53º | 0.34% | 0.56% | - |
| HSV(B) | 125.53º | 0.42% | 0.71% | - |
| XYZ | 24.9 | 36.73 | 20.82 | - |
| YUV | 149.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 111 | 0.42 | 0 | 0.38 | 0.29 | 125.53 | 0.34 | 0.56 |
| Hex | 68 | B4 | 6F | 2A | 0 | 26 | 1D | 7E | 22 | 38 |
| Octal | 150 | 264 | 157 | 52 | 0 | 46 | 35 | 176 | 42 | 70 |
| Binary | 1101000 | 10110100 | 1101111 | 101010 | 0 | 100110 | 11101 | 1111110 | 100010 | 111000 |
Color Harmonies of #68B46F
Complementary color
Monochromatic Colors of #68B46F
Black with #68B46F
Text Example
Text Example
White with #68B46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B46F; }
p { color: rgb(104,180,111); }
H1.HeaderClassName
{
color: #68B46F;
}
.AnyTagClassName
{
color: #68B46F;
}
</style>
background-color css
<style>
a { background-color: #68B46F; }
a { background-color: rgb(104,180,111); }
div.DivClassName
{
background-color: #68B46F;
}
.BgClassName
{
background-color: #68B46F;
}
</style>
border-color css
<style>
span { border-color: #68B46F; }
span { border-color: rgb(104,180,111); }
td.TdClassName
{
border-color: #68B46F;
}
.TagClassName
{
border-color: #68B46F;
}
</style>