Shades of Fern #68A265
Tints of Fern #68A265
RGB
CMYK
RGB Variations
Color information
#68A265 (or 0x68A265) is known color: Fern. HEX triplet: 68, A2 and 65. RGB value is (104,162,101). Sum of RGB (Red+Green+Blue) = 104+162+101=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #68A265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A265 is #975D9A. Grayscale: #898989. Windows color (decimal): -9919899 or 6660712. OLE color: 6660712.
HSL color Cylindrical-coordinate representation of color #68A265: hue angle of 117.05º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A265 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 101 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.36 |
| HSL | 117.05º | 0.25% | 0.52% | - |
| HSV(B) | 117.05º | 0.38% | 0.64% | - |
| XYZ | 20.98 | 29.72 | 16.94 | - |
| YUV | 137.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 101 | 0.36 | 0 | 0.38 | 0.36 | 117.05 | 0.25 | 0.52 |
| Hex | 68 | A2 | 65 | 24 | 0 | 26 | 24 | 75 | 19 | 34 |
| Octal | 150 | 242 | 145 | 44 | 0 | 46 | 44 | 165 | 31 | 64 |
| Binary | 1101000 | 10100010 | 1100101 | 100100 | 0 | 100110 | 100100 | 1110101 | 11001 | 110100 |
Color Harmonies of #68A265
Complementary color
Monochromatic Colors of #68A265
Black with #68A265
Text Example
Text Example
White with #68A265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A265; }
p { color: rgb(104,162,101); }
H1.HeaderClassName
{
color: #68A265;
}
.AnyTagClassName
{
color: #68A265;
}
</style>
background-color css
<style>
a { background-color: #68A265; }
a { background-color: rgb(104,162,101); }
div.DivClassName
{
background-color: #68A265;
}
.BgClassName
{
background-color: #68A265;
}
</style>
border-color css
<style>
span { border-color: #68A265; }
span { border-color: rgb(104,162,101); }
td.TdClassName
{
border-color: #68A265;
}
.TagClassName
{
border-color: #68A265;
}
</style>