Shades of Fern #68B371
Tints of Fern #68B371
RGB
CMYK
RGB Variations
Color information
#68B371 (or 0x68B371) is known color: Fern. HEX triplet: 68, B3 and 71. RGB value is (104,179,113). Sum of RGB (Red+Green+Blue) = 104+179+113=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #68B371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B371 is #974C8E. Grayscale: #959595. Windows color (decimal): -9915535 or 7451496. OLE color: 7451496.
HSL color Cylindrical-coordinate representation of color #68B371: hue angle of 127.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B371 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 113 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.30 |
| HSL | 127.2º | 0.33% | 0.55% | - |
| HSV(B) | 127.2º | 0.42% | 0.7% | - |
| XYZ | 24.81 | 36.38 | 21.34 | - |
| YUV | 149.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 113 | 0.42 | 0 | 0.37 | 0.30 | 127.2 | 0.33 | 0.55 |
| Hex | 68 | B3 | 71 | 2A | 0 | 25 | 1E | 7F | 21 | 37 |
| Octal | 150 | 263 | 161 | 52 | 0 | 45 | 36 | 177 | 41 | 67 |
| Binary | 1101000 | 10110011 | 1110001 | 101010 | 0 | 100101 | 11110 | 1111111 | 100001 | 110111 |
Color Harmonies of #68B371
Complementary color
Monochromatic Colors of #68B371
Black with #68B371
Text Example
Text Example
White with #68B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B371; }
p { color: rgb(104,179,113); }
H1.HeaderClassName
{
color: #68B371;
}
.AnyTagClassName
{
color: #68B371;
}
</style>
background-color css
<style>
a { background-color: #68B371; }
a { background-color: rgb(104,179,113); }
div.DivClassName
{
background-color: #68B371;
}
.BgClassName
{
background-color: #68B371;
}
</style>
border-color css
<style>
span { border-color: #68B371; }
span { border-color: rgb(104,179,113); }
td.TdClassName
{
border-color: #68B371;
}
.TagClassName
{
border-color: #68B371;
}
</style>