Shades of Fern #67C170
Tints of Fern #67C170
RGB
CMYK
RGB Variations
Color information
#67C170 (or 0x67C170) is known color: Fern. HEX triplet: 67, C1 and 70. RGB value is (103,193,112). Sum of RGB (Red+Green+Blue) = 103+193+112=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #67C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C170 is #983E8F. Grayscale: #9D9D9D. Windows color (decimal): -9977488 or 7389543. OLE color: 7389543.
HSL color Cylindrical-coordinate representation of color #67C170: hue angle of 126º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C170 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 193 | 112 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.24 |
| HSL | 126º | 0.42% | 0.58% | - |
| HSV(B) | 126º | 0.47% | 0.76% | - |
| XYZ | 27.59 | 42.19 | 22.02 | - |
| YUV | 156.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 193 | 112 | 0.47 | 0 | 0.42 | 0.24 | 126 | 0.42 | 0.58 |
| Hex | 67 | C1 | 70 | 2F | 0 | 2A | 18 | 7E | 2A | 3A |
| Octal | 147 | 301 | 160 | 57 | 0 | 52 | 30 | 176 | 52 | 72 |
| Binary | 1100111 | 11000001 | 1110000 | 101111 | 0 | 101010 | 11000 | 1111110 | 101010 | 111010 |
Color Harmonies of #67C170
Complementary color
Monochromatic Colors of #67C170
Black with #67C170
Text Example
Text Example
White with #67C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C170; }
p { color: rgb(103,193,112); }
H1.HeaderClassName
{
color: #67C170;
}
.AnyTagClassName
{
color: #67C170;
}
</style>
background-color css
<style>
a { background-color: #67C170; }
a { background-color: rgb(103,193,112); }
div.DivClassName
{
background-color: #67C170;
}
.BgClassName
{
background-color: #67C170;
}
</style>
border-color css
<style>
span { border-color: #67C170; }
span { border-color: rgb(103,193,112); }
td.TdClassName
{
border-color: #67C170;
}
.TagClassName
{
border-color: #67C170;
}
</style>