Shades of Fern #68B363
Tints of Fern #68B363
RGB
CMYK
RGB Variations
Color information
#68B363 (or 0x68B363) is known color: Fern. HEX triplet: 68, B3 and 63. RGB value is (104,179,99). Sum of RGB (Red+Green+Blue) = 104+179+99=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #68B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B363 is #974C9C. Grayscale: #939393. Windows color (decimal): -9915549 or 6533992. OLE color: 6533992.
HSL color Cylindrical-coordinate representation of color #68B363: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B363 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 99 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.30 |
| HSL | 116.25º | 0.34% | 0.55% | - |
| HSV(B) | 116.25º | 0.45% | 0.7% | - |
| XYZ | 24.08 | 36.08 | 17.5 | - |
| YUV | 147.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 99 | 0.42 | 0 | 0.45 | 0.30 | 116.25 | 0.34 | 0.55 |
| Hex | 68 | B3 | 63 | 2A | 0 | 2D | 1E | 74 | 22 | 37 |
| Octal | 150 | 263 | 143 | 52 | 0 | 55 | 36 | 164 | 42 | 67 |
| Binary | 1101000 | 10110011 | 1100011 | 101010 | 0 | 101101 | 11110 | 1110100 | 100010 | 110111 |
Color Harmonies of #68B363
Complementary color
Monochromatic Colors of #68B363
Black with #68B363
Text Example
Text Example
White with #68B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B363; }
p { color: rgb(104,179,99); }
H1.HeaderClassName
{
color: #68B363;
}
.AnyTagClassName
{
color: #68B363;
}
</style>
background-color css
<style>
a { background-color: #68B363; }
a { background-color: rgb(104,179,99); }
div.DivClassName
{
background-color: #68B363;
}
.BgClassName
{
background-color: #68B363;
}
</style>
border-color css
<style>
span { border-color: #68B363; }
span { border-color: rgb(104,179,99); }
td.TdClassName
{
border-color: #68B363;
}
.TagClassName
{
border-color: #68B363;
}
</style>