Shades of Fern #68B06D
Tints of Fern #68B06D
RGB
CMYK
RGB Variations
Color information
#68B06D (or 0x68B06D) is known color: Fern. HEX triplet: 68, B0 and 6D. RGB value is (104,176,109). Sum of RGB (Red+Green+Blue) = 104+176+109=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #68B06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B06D is #974F92. Grayscale: #939393. Windows color (decimal): -9916307 or 7188584. OLE color: 7188584.
HSL color Cylindrical-coordinate representation of color #68B06D: hue angle of 124.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B06D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 109 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.31 |
| HSL | 124.17º | 0.31% | 0.55% | - |
| HSV(B) | 124.17º | 0.41% | 0.69% | - |
| XYZ | 23.99 | 35.1 | 19.98 | - |
| YUV | 146.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 109 | 0.41 | 0 | 0.38 | 0.31 | 124.17 | 0.31 | 0.55 |
| Hex | 68 | B0 | 6D | 29 | 0 | 26 | 1F | 7C | 1F | 37 |
| Octal | 150 | 260 | 155 | 51 | 0 | 46 | 37 | 174 | 37 | 67 |
| Binary | 1101000 | 10110000 | 1101101 | 101001 | 0 | 100110 | 11111 | 1111100 | 11111 | 110111 |
Color Harmonies of #68B06D
Complementary color
Monochromatic Colors of #68B06D
Black with #68B06D
Text Example
Text Example
White with #68B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B06D; }
p { color: rgb(104,176,109); }
H1.HeaderClassName
{
color: #68B06D;
}
.AnyTagClassName
{
color: #68B06D;
}
</style>
background-color css
<style>
a { background-color: #68B06D; }
a { background-color: rgb(104,176,109); }
div.DivClassName
{
background-color: #68B06D;
}
.BgClassName
{
background-color: #68B06D;
}
</style>
border-color css
<style>
span { border-color: #68B06D; }
span { border-color: rgb(104,176,109); }
td.TdClassName
{
border-color: #68B06D;
}
.TagClassName
{
border-color: #68B06D;
}
</style>