Shades of Fern #67C370
Tints of Fern #67C370
RGB
CMYK
RGB Variations
Color information
#67C370 (or 0x67C370) is known color: Fern. HEX triplet: 67, C3 and 70. RGB value is (103,195,112). Sum of RGB (Red+Green+Blue) = 103+195+112=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #67C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C370 is #983C8F. Grayscale: #9E9E9E. Windows color (decimal): -9976976 or 7390055. OLE color: 7390055.
HSL color Cylindrical-coordinate representation of color #67C370: hue angle of 125.87º degrees, saturation: 0.43, 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 #67C370 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 112 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.24 |
| HSL | 125.87º | 0.43% | 0.58% | - |
| HSV(B) | 125.87º | 0.47% | 0.76% | - |
| XYZ | 28.03 | 43.08 | 22.17 | - |
| YUV | 158.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 112 | 0.47 | 0 | 0.43 | 0.24 | 125.87 | 0.43 | 0.58 |
| Hex | 67 | C3 | 70 | 2F | 0 | 2B | 18 | 7E | 2B | 3A |
| Octal | 147 | 303 | 160 | 57 | 0 | 53 | 30 | 176 | 53 | 72 |
| Binary | 1100111 | 11000011 | 1110000 | 101111 | 0 | 101011 | 11000 | 1111110 | 101011 | 111010 |
Color Harmonies of #67C370
Complementary color
Monochromatic Colors of #67C370
Black with #67C370
Text Example
Text Example
White with #67C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C370; }
p { color: rgb(103,195,112); }
H1.HeaderClassName
{
color: #67C370;
}
.AnyTagClassName
{
color: #67C370;
}
</style>
background-color css
<style>
a { background-color: #67C370; }
a { background-color: rgb(103,195,112); }
div.DivClassName
{
background-color: #67C370;
}
.BgClassName
{
background-color: #67C370;
}
</style>
border-color css
<style>
span { border-color: #67C370; }
span { border-color: rgb(103,195,112); }
td.TdClassName
{
border-color: #67C370;
}
.TagClassName
{
border-color: #67C370;
}
</style>