Shades of Fern #68AD61
Tints of Fern #68AD61
RGB
CMYK
RGB Variations
Color information
#68AD61 (or 0x68AD61) is known color: Fern. HEX triplet: 68, AD and 61. RGB value is (104,173,97). Sum of RGB (Red+Green+Blue) = 104+173+97=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD61 is #97529E. Grayscale: #8F8F8F. Windows color (decimal): -9917087 or 6401384. OLE color: 6401384.
HSL color Cylindrical-coordinate representation of color #68AD61: hue angle of 114.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68AD61 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 97 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.32 |
| HSL | 114.47º | 0.32% | 0.53% | - |
| HSV(B) | 114.47º | 0.44% | 0.68% | - |
| XYZ | 22.81 | 33.69 | 16.61 | - |
| YUV | 143.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 97 | 0.40 | 0 | 0.44 | 0.32 | 114.47 | 0.32 | 0.53 |
| Hex | 68 | AD | 61 | 28 | 0 | 2C | 20 | 72 | 20 | 35 |
| Octal | 150 | 255 | 141 | 50 | 0 | 54 | 40 | 162 | 40 | 65 |
| Binary | 1101000 | 10101101 | 1100001 | 101000 | 0 | 101100 | 100000 | 1110010 | 100000 | 110101 |
Color Harmonies of #68AD61
Complementary color
Monochromatic Colors of #68AD61
Black with #68AD61
Text Example
Text Example
White with #68AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD61; }
p { color: rgb(104,173,97); }
H1.HeaderClassName
{
color: #68AD61;
}
.AnyTagClassName
{
color: #68AD61;
}
</style>
background-color css
<style>
a { background-color: #68AD61; }
a { background-color: rgb(104,173,97); }
div.DivClassName
{
background-color: #68AD61;
}
.BgClassName
{
background-color: #68AD61;
}
</style>
border-color css
<style>
span { border-color: #68AD61; }
span { border-color: rgb(104,173,97); }
td.TdClassName
{
border-color: #68AD61;
}
.TagClassName
{
border-color: #68AD61;
}
</style>