Shades of Fern #68B16D
Tints of Fern #68B16D
RGB
CMYK
RGB Variations
Color information
#68B16D (or 0x68B16D) is known color: Fern. HEX triplet: 68, B1 and 6D. RGB value is (104,177,109). Sum of RGB (Red+Green+Blue) = 104+177+109=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #68B16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B16D is #974E92. Grayscale: #939393. Windows color (decimal): -9916051 or 7188840. OLE color: 7188840.
HSL color Cylindrical-coordinate representation of color #68B16D: hue angle of 124.11º degrees, saturation: 0.32, 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 #68B16D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 109 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.31 |
| HSL | 124.11º | 0.32% | 0.55% | - |
| HSV(B) | 124.11º | 0.41% | 0.69% | - |
| XYZ | 24.19 | 35.49 | 20.04 | - |
| YUV | 147.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 109 | 0.41 | 0 | 0.38 | 0.31 | 124.11 | 0.32 | 0.55 |
| Hex | 68 | B1 | 6D | 29 | 0 | 26 | 1F | 7C | 20 | 37 |
| Octal | 150 | 261 | 155 | 51 | 0 | 46 | 37 | 174 | 40 | 67 |
| Binary | 1101000 | 10110001 | 1101101 | 101001 | 0 | 100110 | 11111 | 1111100 | 100000 | 110111 |
Color Harmonies of #68B16D
Complementary color
Monochromatic Colors of #68B16D
Black with #68B16D
Text Example
Text Example
White with #68B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B16D; }
p { color: rgb(104,177,109); }
H1.HeaderClassName
{
color: #68B16D;
}
.AnyTagClassName
{
color: #68B16D;
}
</style>
background-color css
<style>
a { background-color: #68B16D; }
a { background-color: rgb(104,177,109); }
div.DivClassName
{
background-color: #68B16D;
}
.BgClassName
{
background-color: #68B16D;
}
</style>
border-color css
<style>
span { border-color: #68B16D; }
span { border-color: rgb(104,177,109); }
td.TdClassName
{
border-color: #68B16D;
}
.TagClassName
{
border-color: #68B16D;
}
</style>