Shades of Fern #68C375
Tints of Fern #68C375
RGB
CMYK
RGB Variations
Color information
#68C375 (or 0x68C375) is known color: Fern. HEX triplet: 68, C3 and 75. RGB value is (104,195,117). Sum of RGB (Red+Green+Blue) = 104+195+117=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #68C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C375 is #973C8A. Grayscale: #9F9F9F. Windows color (decimal): -9911435 or 7717736. OLE color: 7717736.
HSL color Cylindrical-coordinate representation of color #68C375: hue angle of 128.57º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C375 is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 117 | - |
| CMYK | 0.47 | 0 | 0.4 | 0.24 |
| HSL | 128.57º | 0.43% | 0.59% | - |
| HSV(B) | 128.57º | 0.47% | 0.76% | - |
| XYZ | 28.43 | 43.26 | 23.68 | - |
| YUV | 158.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 117 | 0.47 | 0 | 0.4 | 0.24 | 128.57 | 0.43 | 0.59 |
| Hex | 68 | C3 | 75 | 2F | 0 | 28 | 18 | 81 | 2B | 3B |
| Octal | 150 | 303 | 165 | 57 | 0 | 50 | 30 | 201 | 53 | 73 |
| Binary | 1101000 | 11000011 | 1110101 | 101111 | 0 | 101000 | 11000 | 10000001 | 101011 | 111011 |
Color Harmonies of #68C375
Complementary color
Monochromatic Colors of #68C375
Black with #68C375
Text Example
Text Example
White with #68C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C375; }
p { color: rgb(104,195,117); }
H1.HeaderClassName
{
color: #68C375;
}
.AnyTagClassName
{
color: #68C375;
}
</style>
background-color css
<style>
a { background-color: #68C375; }
a { background-color: rgb(104,195,117); }
div.DivClassName
{
background-color: #68C375;
}
.BgClassName
{
background-color: #68C375;
}
</style>
border-color css
<style>
span { border-color: #68C375; }
span { border-color: rgb(104,195,117); }
td.TdClassName
{
border-color: #68C375;
}
.TagClassName
{
border-color: #68C375;
}
</style>