Shades of Fern #68AD6B
Tints of Fern #68AD6B
RGB
CMYK
RGB Variations
Color information
#68AD6B (or 0x68AD6B) is known color: Fern. HEX triplet: 68, AD and 6B. RGB value is (104,173,107). Sum of RGB (Red+Green+Blue) = 104+173+107=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD6B is #975294. Grayscale: #919191. Windows color (decimal): -9917077 or 7056744. OLE color: 7056744.
HSL color Cylindrical-coordinate representation of color #68AD6B: hue angle of 122.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD6B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 107 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.32 |
| HSL | 122.61º | 0.3% | 0.54% | - |
| HSV(B) | 122.61º | 0.4% | 0.68% | - |
| XYZ | 23.31 | 33.89 | 19.22 | - |
| YUV | 144.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 107 | 0.40 | 0 | 0.38 | 0.32 | 122.61 | 0.3 | 0.54 |
| Hex | 68 | AD | 6B | 28 | 0 | 26 | 20 | 7B | 1E | 36 |
| Octal | 150 | 255 | 153 | 50 | 0 | 46 | 40 | 173 | 36 | 66 |
| Binary | 1101000 | 10101101 | 1101011 | 101000 | 0 | 100110 | 100000 | 1111011 | 11110 | 110110 |
Color Harmonies of #68AD6B
Complementary color
Monochromatic Colors of #68AD6B
Black with #68AD6B
Text Example
Text Example
White with #68AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD6B; }
p { color: rgb(104,173,107); }
H1.HeaderClassName
{
color: #68AD6B;
}
.AnyTagClassName
{
color: #68AD6B;
}
</style>
background-color css
<style>
a { background-color: #68AD6B; }
a { background-color: rgb(104,173,107); }
div.DivClassName
{
background-color: #68AD6B;
}
.BgClassName
{
background-color: #68AD6B;
}
</style>
border-color css
<style>
span { border-color: #68AD6B; }
span { border-color: rgb(104,173,107); }
td.TdClassName
{
border-color: #68AD6B;
}
.TagClassName
{
border-color: #68AD6B;
}
</style>