Shades of Fern #68A665
Tints of Fern #68A665
RGB
CMYK
RGB Variations
Color information
#68A665 (or 0x68A665) is known color: Fern. HEX triplet: 68, A6 and 65. RGB value is (104,166,101). Sum of RGB (Red+Green+Blue) = 104+166+101=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #68A665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A665 is #97599A. Grayscale: #8C8C8C. Windows color (decimal): -9918875 or 6661736. OLE color: 6661736.
HSL color Cylindrical-coordinate representation of color #68A665: hue angle of 117.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A665 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 101 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.35 |
| HSL | 117.23º | 0.27% | 0.52% | - |
| HSV(B) | 117.23º | 0.39% | 0.65% | - |
| XYZ | 21.69 | 31.16 | 17.18 | - |
| YUV | 140.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 101 | 0.37 | 0 | 0.39 | 0.35 | 117.23 | 0.27 | 0.52 |
| Hex | 68 | A6 | 65 | 25 | 0 | 27 | 23 | 75 | 1B | 34 |
| Octal | 150 | 246 | 145 | 45 | 0 | 47 | 43 | 165 | 33 | 64 |
| Binary | 1101000 | 10100110 | 1100101 | 100101 | 0 | 100111 | 100011 | 1110101 | 11011 | 110100 |
Color Harmonies of #68A665
Complementary color
Monochromatic Colors of #68A665
Black with #68A665
Text Example
Text Example
White with #68A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A665; }
p { color: rgb(104,166,101); }
H1.HeaderClassName
{
color: #68A665;
}
.AnyTagClassName
{
color: #68A665;
}
</style>
background-color css
<style>
a { background-color: #68A665; }
a { background-color: rgb(104,166,101); }
div.DivClassName
{
background-color: #68A665;
}
.BgClassName
{
background-color: #68A665;
}
</style>
border-color css
<style>
span { border-color: #68A665; }
span { border-color: rgb(104,166,101); }
td.TdClassName
{
border-color: #68A665;
}
.TagClassName
{
border-color: #68A665;
}
</style>