Shades of Fern #68AD69
Tints of Fern #68AD69
RGB
CMYK
RGB Variations
Color information
#68AD69 (or 0x68AD69) is known color: Fern. HEX triplet: 68, AD and 69. RGB value is (104,173,105). Sum of RGB (Red+Green+Blue) = 104+173+105=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD69 is #975296. Grayscale: #909090. Windows color (decimal): -9917079 or 6925672. OLE color: 6925672.
HSL color Cylindrical-coordinate representation of color #68AD69: hue angle of 120.87º 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 #68AD69 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 105 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.32 |
| HSL | 120.87º | 0.3% | 0.54% | - |
| HSV(B) | 120.87º | 0.4% | 0.68% | - |
| XYZ | 23.2 | 33.85 | 18.68 | - |
| YUV | 144.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 105 | 0.40 | 0 | 0.39 | 0.32 | 120.87 | 0.3 | 0.54 |
| Hex | 68 | AD | 69 | 28 | 0 | 27 | 20 | 79 | 1E | 36 |
| Octal | 150 | 255 | 151 | 50 | 0 | 47 | 40 | 171 | 36 | 66 |
| Binary | 1101000 | 10101101 | 1101001 | 101000 | 0 | 100111 | 100000 | 1111001 | 11110 | 110110 |
Color Harmonies of #68AD69
Complementary color
Monochromatic Colors of #68AD69
Black with #68AD69
Text Example
Text Example
White with #68AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD69; }
p { color: rgb(104,173,105); }
H1.HeaderClassName
{
color: #68AD69;
}
.AnyTagClassName
{
color: #68AD69;
}
</style>
background-color css
<style>
a { background-color: #68AD69; }
a { background-color: rgb(104,173,105); }
div.DivClassName
{
background-color: #68AD69;
}
.BgClassName
{
background-color: #68AD69;
}
</style>
border-color css
<style>
span { border-color: #68AD69; }
span { border-color: rgb(104,173,105); }
td.TdClassName
{
border-color: #68AD69;
}
.TagClassName
{
border-color: #68AD69;
}
</style>