Shades of Fern #68CB6C
Tints of Fern #68CB6C
RGB
CMYK
RGB Variations
Color information
#68CB6C (or 0x68CB6C) is known color: Fern. HEX triplet: 68, CB and 6C. RGB value is (104,203,108). Sum of RGB (Red+Green+Blue) = 104+203+108=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB6C is #973493. Grayscale: #A2A2A2. Windows color (decimal): -9909396 or 7129960. OLE color: 7129960.
HSL color Cylindrical-coordinate representation of color #68CB6C: hue angle of 122.42º 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 #68CB6C is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 108 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.20 |
| HSL | 122.42º | 0.49% | 0.6% | - |
| HSV(B) | 122.42º | 0.49% | 0.8% | - |
| XYZ | 29.77 | 46.74 | 21.64 | - |
| YUV | 162.57 | 97.2 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 108 | 0.49 | 0 | 0.47 | 0.20 | 122.42 | 0.49 | 0.6 |
| Hex | 68 | CB | 6C | 31 | 0 | 2F | 14 | 7A | 31 | 3C |
| Octal | 150 | 313 | 154 | 61 | 0 | 57 | 24 | 172 | 61 | 74 |
| Binary | 1101000 | 11001011 | 1101100 | 110001 | 0 | 101111 | 10100 | 1111010 | 110001 | 111100 |
Color Harmonies of #68CB6C
Complementary color
Monochromatic Colors of #68CB6C
Black with #68CB6C
Text Example
Text Example
White with #68CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB6C; }
p { color: rgb(104,203,108); }
H1.HeaderClassName
{
color: #68CB6C;
}
.AnyTagClassName
{
color: #68CB6C;
}
</style>
background-color css
<style>
a { background-color: #68CB6C; }
a { background-color: rgb(104,203,108); }
div.DivClassName
{
background-color: #68CB6C;
}
.BgClassName
{
background-color: #68CB6C;
}
</style>
border-color css
<style>
span { border-color: #68CB6C; }
span { border-color: rgb(104,203,108); }
td.TdClassName
{
border-color: #68CB6C;
}
.TagClassName
{
border-color: #68CB6C;
}
</style>