Shades of Fern #68BE7A
Tints of Fern #68BE7A
RGB
CMYK
RGB Variations
Color information
#68BE7A (or 0x68BE7A) is known color: Fern. HEX triplet: 68, BE and 7A. RGB value is (104,190,122). Sum of RGB (Red+Green+Blue) = 104+190+122=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BE7A is #974185. Grayscale: #9C9C9C. Windows color (decimal): -9912710 or 8044136. OLE color: 8044136.
HSL color Cylindrical-coordinate representation of color #68BE7A: hue angle of 132.56º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BE7A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 122 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.25 |
| HSL | 132.56º | 0.4% | 0.58% | - |
| HSV(B) | 132.56º | 0.45% | 0.75% | - |
| XYZ | 27.64 | 41.18 | 24.9 | - |
| YUV | 156.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 122 | 0.45 | 0 | 0.36 | 0.25 | 132.56 | 0.4 | 0.58 |
| Hex | 68 | BE | 7A | 2D | 0 | 24 | 19 | 85 | 28 | 3A |
| Octal | 150 | 276 | 172 | 55 | 0 | 44 | 31 | 205 | 50 | 72 |
| Binary | 1101000 | 10111110 | 1111010 | 101101 | 0 | 100100 | 11001 | 10000101 | 101000 | 111010 |
Color Harmonies of #68BE7A
Complementary color
Monochromatic Colors of #68BE7A
Black with #68BE7A
Text Example
Text Example
White with #68BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE7A; }
p { color: rgb(104,190,122); }
H1.HeaderClassName
{
color: #68BE7A;
}
.AnyTagClassName
{
color: #68BE7A;
}
</style>
background-color css
<style>
a { background-color: #68BE7A; }
a { background-color: rgb(104,190,122); }
div.DivClassName
{
background-color: #68BE7A;
}
.BgClassName
{
background-color: #68BE7A;
}
</style>
border-color css
<style>
span { border-color: #68BE7A; }
span { border-color: rgb(104,190,122); }
td.TdClassName
{
border-color: #68BE7A;
}
.TagClassName
{
border-color: #68BE7A;
}
</style>