Shades of Fern #68B170
Tints of Fern #68B170
RGB
CMYK
RGB Variations
Color information
#68B170 (or 0x68B170) is known color: Fern. HEX triplet: 68, B1 and 70. RGB value is (104,177,112). Sum of RGB (Red+Green+Blue) = 104+177+112=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #68B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B170 is #974E8F. Grayscale: #939393. Windows color (decimal): -9916048 or 7385448. OLE color: 7385448.
HSL color Cylindrical-coordinate representation of color #68B170: hue angle of 126.58º 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 #68B170 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 112 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.31 |
| HSL | 126.58º | 0.32% | 0.55% | - |
| HSV(B) | 126.58º | 0.41% | 0.69% | - |
| XYZ | 24.36 | 35.56 | 20.91 | - |
| YUV | 147.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 112 | 0.41 | 0 | 0.37 | 0.31 | 126.58 | 0.32 | 0.55 |
| Hex | 68 | B1 | 70 | 29 | 0 | 25 | 1F | 7F | 20 | 37 |
| Octal | 150 | 261 | 160 | 51 | 0 | 45 | 37 | 177 | 40 | 67 |
| Binary | 1101000 | 10110001 | 1110000 | 101001 | 0 | 100101 | 11111 | 1111111 | 100000 | 110111 |
Color Harmonies of #68B170
Complementary color
Monochromatic Colors of #68B170
Black with #68B170
Text Example
Text Example
White with #68B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B170; }
p { color: rgb(104,177,112); }
H1.HeaderClassName
{
color: #68B170;
}
.AnyTagClassName
{
color: #68B170;
}
</style>
background-color css
<style>
a { background-color: #68B170; }
a { background-color: rgb(104,177,112); }
div.DivClassName
{
background-color: #68B170;
}
.BgClassName
{
background-color: #68B170;
}
</style>
border-color css
<style>
span { border-color: #68B170; }
span { border-color: rgb(104,177,112); }
td.TdClassName
{
border-color: #68B170;
}
.TagClassName
{
border-color: #68B170;
}
</style>