Shades of Fern #68A465
Tints of Fern #68A465
RGB
CMYK
RGB Variations
Color information
#68A465 (or 0x68A465) is known color: Fern. HEX triplet: 68, A4 and 65. RGB value is (104,164,101). Sum of RGB (Red+Green+Blue) = 104+164+101=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #68A465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A465 is #975B9A. Grayscale: #8B8B8B. Windows color (decimal): -9919387 or 6661224. OLE color: 6661224.
HSL color Cylindrical-coordinate representation of color #68A465: hue angle of 117.14º degrees, saturation: 0.26, 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 #68A465 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 101 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.36 |
| HSL | 117.14º | 0.26% | 0.52% | - |
| HSV(B) | 117.14º | 0.38% | 0.64% | - |
| XYZ | 21.33 | 30.43 | 17.06 | - |
| YUV | 138.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 101 | 0.37 | 0 | 0.38 | 0.36 | 117.14 | 0.26 | 0.52 |
| Hex | 68 | A4 | 65 | 25 | 0 | 26 | 24 | 75 | 1A | 34 |
| Octal | 150 | 244 | 145 | 45 | 0 | 46 | 44 | 165 | 32 | 64 |
| Binary | 1101000 | 10100100 | 1100101 | 100101 | 0 | 100110 | 100100 | 1110101 | 11010 | 110100 |
Color Harmonies of #68A465
Complementary color
Monochromatic Colors of #68A465
Black with #68A465
Text Example
Text Example
White with #68A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A465; }
p { color: rgb(104,164,101); }
H1.HeaderClassName
{
color: #68A465;
}
.AnyTagClassName
{
color: #68A465;
}
</style>
background-color css
<style>
a { background-color: #68A465; }
a { background-color: rgb(104,164,101); }
div.DivClassName
{
background-color: #68A465;
}
.BgClassName
{
background-color: #68A465;
}
</style>
border-color css
<style>
span { border-color: #68A465; }
span { border-color: rgb(104,164,101); }
td.TdClassName
{
border-color: #68A465;
}
.TagClassName
{
border-color: #68A465;
}
</style>