Shades of Fern #68BC75
Tints of Fern #68BC75
RGB
CMYK
RGB Variations
Color information
#68BC75 (or 0x68BC75) is known color: Fern. HEX triplet: 68, BC and 75. RGB value is (104,188,117). Sum of RGB (Red+Green+Blue) = 104+188+117=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC75 is #97438A. Grayscale: #9A9A9A. Windows color (decimal): -9913227 or 7715944. OLE color: 7715944.
HSL color Cylindrical-coordinate representation of color #68BC75: hue angle of 129.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC75 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 117 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.26 |
| HSL | 129.29º | 0.39% | 0.57% | - |
| HSV(B) | 129.29º | 0.45% | 0.74% | - |
| XYZ | 26.9 | 40.19 | 23.17 | - |
| YUV | 154.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 117 | 0.45 | 0 | 0.38 | 0.26 | 129.29 | 0.39 | 0.57 |
| Hex | 68 | BC | 75 | 2D | 0 | 26 | 1A | 81 | 27 | 39 |
| Octal | 150 | 274 | 165 | 55 | 0 | 46 | 32 | 201 | 47 | 71 |
| Binary | 1101000 | 10111100 | 1110101 | 101101 | 0 | 100110 | 11010 | 10000001 | 100111 | 111001 |
Color Harmonies of #68BC75
Complementary color
Monochromatic Colors of #68BC75
Black with #68BC75
Text Example
Text Example
White with #68BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC75; }
p { color: rgb(104,188,117); }
H1.HeaderClassName
{
color: #68BC75;
}
.AnyTagClassName
{
color: #68BC75;
}
</style>
background-color css
<style>
a { background-color: #68BC75; }
a { background-color: rgb(104,188,117); }
div.DivClassName
{
background-color: #68BC75;
}
.BgClassName
{
background-color: #68BC75;
}
</style>
border-color css
<style>
span { border-color: #68BC75; }
span { border-color: rgb(104,188,117); }
td.TdClassName
{
border-color: #68BC75;
}
.TagClassName
{
border-color: #68BC75;
}
</style>