Shades of Fern #68C869
Tints of Fern #68C869
RGB
CMYK
RGB Variations
Color information
#68C869 (or 0x68C869) is known color: Fern. HEX triplet: 68, C8 and 69. RGB value is (104,200,105). Sum of RGB (Red+Green+Blue) = 104+200+105=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #68C869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C869 is #973796. Grayscale: #A0A0A0. Windows color (decimal): -9910167 or 6932584. OLE color: 6932584.
HSL color Cylindrical-coordinate representation of color #68C869: hue angle of 120.63º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C869 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 105 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.22 |
| HSL | 120.63º | 0.47% | 0.6% | - |
| HSV(B) | 120.63º | 0.48% | 0.78% | - |
| XYZ | 28.91 | 45.27 | 20.58 | - |
| YUV | 160.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 105 | 0.48 | 0 | 0.48 | 0.22 | 120.63 | 0.47 | 0.6 |
| Hex | 68 | C8 | 69 | 30 | 0 | 30 | 16 | 79 | 2F | 3C |
| Octal | 150 | 310 | 151 | 60 | 0 | 60 | 26 | 171 | 57 | 74 |
| Binary | 1101000 | 11001000 | 1101001 | 110000 | 0 | 110000 | 10110 | 1111001 | 101111 | 111100 |
Color Harmonies of #68C869
Complementary color
Monochromatic Colors of #68C869
Black with #68C869
Text Example
Text Example
White with #68C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C869; }
p { color: rgb(104,200,105); }
H1.HeaderClassName
{
color: #68C869;
}
.AnyTagClassName
{
color: #68C869;
}
</style>
background-color css
<style>
a { background-color: #68C869; }
a { background-color: rgb(104,200,105); }
div.DivClassName
{
background-color: #68C869;
}
.BgClassName
{
background-color: #68C869;
}
</style>
border-color css
<style>
span { border-color: #68C869; }
span { border-color: rgb(104,200,105); }
td.TdClassName
{
border-color: #68C869;
}
.TagClassName
{
border-color: #68C869;
}
</style>