Shades of Fern #68CB6F
Tints of Fern #68CB6F
RGB
CMYK
RGB Variations
Color information
#68CB6F (or 0x68CB6F) is known color: Fern. HEX triplet: 68, CB and 6F. RGB value is (104,203,111). Sum of RGB (Red+Green+Blue) = 104+203+111=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB6F is #973490. Grayscale: #A3A3A3. Windows color (decimal): -9909393 or 7326568. OLE color: 7326568.
HSL color Cylindrical-coordinate representation of color #68CB6F: hue angle of 124.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB6F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 111 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.20 |
| HSL | 124.24º | 0.49% | 0.6% | - |
| HSV(B) | 124.24º | 0.49% | 0.8% | - |
| XYZ | 29.93 | 46.8 | 22.5 | - |
| YUV | 162.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 111 | 0.49 | 0 | 0.45 | 0.20 | 124.24 | 0.49 | 0.6 |
| Hex | 68 | CB | 6F | 31 | 0 | 2D | 14 | 7C | 31 | 3C |
| Octal | 150 | 313 | 157 | 61 | 0 | 55 | 24 | 174 | 61 | 74 |
| Binary | 1101000 | 11001011 | 1101111 | 110001 | 0 | 101101 | 10100 | 1111100 | 110001 | 111100 |
Color Harmonies of #68CB6F
Complementary color
Monochromatic Colors of #68CB6F
Black with #68CB6F
Text Example
Text Example
White with #68CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB6F; }
p { color: rgb(104,203,111); }
H1.HeaderClassName
{
color: #68CB6F;
}
.AnyTagClassName
{
color: #68CB6F;
}
</style>
background-color css
<style>
a { background-color: #68CB6F; }
a { background-color: rgb(104,203,111); }
div.DivClassName
{
background-color: #68CB6F;
}
.BgClassName
{
background-color: #68CB6F;
}
</style>
border-color css
<style>
span { border-color: #68CB6F; }
span { border-color: rgb(104,203,111); }
td.TdClassName
{
border-color: #68CB6F;
}
.TagClassName
{
border-color: #68CB6F;
}
</style>