Shades of Fern #67C073
Tints of Fern #67C073
RGB
CMYK
RGB Variations
Color information
#67C073 (or 0x67C073) is known color: Fern. HEX triplet: 67, C0 and 73. RGB value is (103,192,115). Sum of RGB (Red+Green+Blue) = 103+192+115=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #67C073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C073 is #983F8C. Grayscale: #9C9C9C. Windows color (decimal): -9977741 or 7585895. OLE color: 7585895.
HSL color Cylindrical-coordinate representation of color #67C073: hue angle of 128.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67C073 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 115 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.25 |
| HSL | 128.09º | 0.41% | 0.58% | - |
| HSV(B) | 128.09º | 0.46% | 0.75% | - |
| XYZ | 27.54 | 41.82 | 22.84 | - |
| YUV | 156.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 115 | 0.46 | 0 | 0.40 | 0.25 | 128.09 | 0.41 | 0.58 |
| Hex | 67 | C0 | 73 | 2E | 0 | 28 | 19 | 80 | 29 | 3A |
| Octal | 147 | 300 | 163 | 56 | 0 | 50 | 31 | 200 | 51 | 72 |
| Binary | 1100111 | 11000000 | 1110011 | 101110 | 0 | 101000 | 11001 | 10000000 | 101001 | 111010 |
Color Harmonies of #67C073
Complementary color
Monochromatic Colors of #67C073
Black with #67C073
Text Example
Text Example
White with #67C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C073; }
p { color: rgb(103,192,115); }
H1.HeaderClassName
{
color: #67C073;
}
.AnyTagClassName
{
color: #67C073;
}
</style>
background-color css
<style>
a { background-color: #67C073; }
a { background-color: rgb(103,192,115); }
div.DivClassName
{
background-color: #67C073;
}
.BgClassName
{
background-color: #67C073;
}
</style>
border-color css
<style>
span { border-color: #67C073; }
span { border-color: rgb(103,192,115); }
td.TdClassName
{
border-color: #67C073;
}
.TagClassName
{
border-color: #67C073;
}
</style>