Shades of Fern #68B76B
Tints of Fern #68B76B
RGB
CMYK
RGB Variations
Color information
#68B76B (or 0x68B76B) is known color: Fern. HEX triplet: 68, B7 and 6B. RGB value is (104,183,107). Sum of RGB (Red+Green+Blue) = 104+183+107=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #68B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B76B is #974894. Grayscale: #969696. Windows color (decimal): -9914517 or 7059304. OLE color: 7059304.
HSL color Cylindrical-coordinate representation of color #68B76B: hue angle of 122.28º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B76B is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 107 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.28 |
| HSL | 122.28º | 0.35% | 0.56% | - |
| HSV(B) | 122.28º | 0.43% | 0.72% | - |
| XYZ | 25.3 | 37.87 | 19.89 | - |
| YUV | 150.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 107 | 0.43 | 0 | 0.42 | 0.28 | 122.28 | 0.35 | 0.56 |
| Hex | 68 | B7 | 6B | 2B | 0 | 2A | 1C | 7A | 23 | 38 |
| Octal | 150 | 267 | 153 | 53 | 0 | 52 | 34 | 172 | 43 | 70 |
| Binary | 1101000 | 10110111 | 1101011 | 101011 | 0 | 101010 | 11100 | 1111010 | 100011 | 111000 |
Color Harmonies of #68B76B
Complementary color
Monochromatic Colors of #68B76B
Black with #68B76B
Text Example
Text Example
White with #68B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B76B; }
p { color: rgb(104,183,107); }
H1.HeaderClassName
{
color: #68B76B;
}
.AnyTagClassName
{
color: #68B76B;
}
</style>
background-color css
<style>
a { background-color: #68B76B; }
a { background-color: rgb(104,183,107); }
div.DivClassName
{
background-color: #68B76B;
}
.BgClassName
{
background-color: #68B76B;
}
</style>
border-color css
<style>
span { border-color: #68B76B; }
span { border-color: rgb(104,183,107); }
td.TdClassName
{
border-color: #68B76B;
}
.TagClassName
{
border-color: #68B76B;
}
</style>