Shades of Fern #68B365
Tints of Fern #68B365
RGB
CMYK
RGB Variations
Color information
#68B365 (or 0x68B365) is known color: Fern. HEX triplet: 68, B3 and 65. RGB value is (104,179,101). Sum of RGB (Red+Green+Blue) = 104+179+101=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #68B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B365 is #974C9A. Grayscale: #939393. Windows color (decimal): -9915547 or 6665064. OLE color: 6665064.
HSL color Cylindrical-coordinate representation of color #68B365: hue angle of 117.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B365 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 101 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.30 |
| HSL | 117.69º | 0.34% | 0.55% | - |
| HSV(B) | 117.69º | 0.44% | 0.7% | - |
| XYZ | 24.18 | 36.12 | 18.01 | - |
| YUV | 147.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 101 | 0.42 | 0 | 0.44 | 0.30 | 117.69 | 0.34 | 0.55 |
| Hex | 68 | B3 | 65 | 2A | 0 | 2C | 1E | 76 | 22 | 37 |
| Octal | 150 | 263 | 145 | 52 | 0 | 54 | 36 | 166 | 42 | 67 |
| Binary | 1101000 | 10110011 | 1100101 | 101010 | 0 | 101100 | 11110 | 1110110 | 100010 | 110111 |
Color Harmonies of #68B365
Complementary color
Monochromatic Colors of #68B365
Black with #68B365
Text Example
Text Example
White with #68B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B365; }
p { color: rgb(104,179,101); }
H1.HeaderClassName
{
color: #68B365;
}
.AnyTagClassName
{
color: #68B365;
}
</style>
background-color css
<style>
a { background-color: #68B365; }
a { background-color: rgb(104,179,101); }
div.DivClassName
{
background-color: #68B365;
}
.BgClassName
{
background-color: #68B365;
}
</style>
border-color css
<style>
span { border-color: #68B365; }
span { border-color: rgb(104,179,101); }
td.TdClassName
{
border-color: #68B365;
}
.TagClassName
{
border-color: #68B365;
}
</style>