Shades of Fern #67C968
Tints of Fern #67C968
RGB
CMYK
RGB Variations
Color information
#67C968 (or 0x67C968) is known color: Fern. HEX triplet: 67, C9 and 68. RGB value is (103,201,104). Sum of RGB (Red+Green+Blue) = 103+201+104=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #67C968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C968 is #983697. Grayscale: #A0A0A0. Windows color (decimal): -9975448 or 6867303. OLE color: 6867303.
HSL color Cylindrical-coordinate representation of color #67C968: hue angle of 120.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67C968 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 201 | 104 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.21 |
| HSL | 120.61º | 0.48% | 0.6% | - |
| HSV(B) | 120.61º | 0.49% | 0.79% | - |
| XYZ | 28.98 | 45.66 | 20.38 | - |
| YUV | 160.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 104 | 0.49 | 0 | 0.48 | 0.21 | 120.61 | 0.48 | 0.6 |
| Hex | 67 | C9 | 68 | 31 | 0 | 30 | 15 | 79 | 30 | 3C |
| Octal | 147 | 311 | 150 | 61 | 0 | 60 | 25 | 171 | 60 | 74 |
| Binary | 1100111 | 11001001 | 1101000 | 110001 | 0 | 110000 | 10101 | 1111001 | 110000 | 111100 |
Color Harmonies of #67C968
Complementary color
Monochromatic Colors of #67C968
Black with #67C968
Text Example
Text Example
White with #67C968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C968; }
p { color: rgb(103,201,104); }
H1.HeaderClassName
{
color: #67C968;
}
.AnyTagClassName
{
color: #67C968;
}
</style>
background-color css
<style>
a { background-color: #67C968; }
a { background-color: rgb(103,201,104); }
div.DivClassName
{
background-color: #67C968;
}
.BgClassName
{
background-color: #67C968;
}
</style>
border-color css
<style>
span { border-color: #67C968; }
span { border-color: rgb(103,201,104); }
td.TdClassName
{
border-color: #67C968;
}
.TagClassName
{
border-color: #67C968;
}
</style>