Shades of Fern #67AD61
Tints of Fern #67AD61
RGB
CMYK
RGB Variations
Color information
#67AD61 (or 0x67AD61) is known color: Fern. HEX triplet: 67, AD and 61. RGB value is (103,173,97). Sum of RGB (Red+Green+Blue) = 103+173+97=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AD61 is #98529E. Grayscale: #8F8F8F. Windows color (decimal): -9982623 or 6401383. OLE color: 6401383.
HSL color Cylindrical-coordinate representation of color #67AD61: hue angle of 115.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67AD61 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 97 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.32 |
| HSL | 115.26º | 0.32% | 0.53% | - |
| HSV(B) | 115.26º | 0.44% | 0.68% | - |
| XYZ | 22.69 | 33.63 | 16.61 | - |
| YUV | 143.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 97 | 0.40 | 0 | 0.44 | 0.32 | 115.26 | 0.32 | 0.53 |
| Hex | 67 | AD | 61 | 28 | 0 | 2C | 20 | 73 | 20 | 35 |
| Octal | 147 | 255 | 141 | 50 | 0 | 54 | 40 | 163 | 40 | 65 |
| Binary | 1100111 | 10101101 | 1100001 | 101000 | 0 | 101100 | 100000 | 1110011 | 100000 | 110101 |
Color Harmonies of #67AD61
Complementary color
Monochromatic Colors of #67AD61
Black with #67AD61
Text Example
Text Example
White with #67AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD61; }
p { color: rgb(103,173,97); }
H1.HeaderClassName
{
color: #67AD61;
}
.AnyTagClassName
{
color: #67AD61;
}
</style>
background-color css
<style>
a { background-color: #67AD61; }
a { background-color: rgb(103,173,97); }
div.DivClassName
{
background-color: #67AD61;
}
.BgClassName
{
background-color: #67AD61;
}
</style>
border-color css
<style>
span { border-color: #67AD61; }
span { border-color: rgb(103,173,97); }
td.TdClassName
{
border-color: #67AD61;
}
.TagClassName
{
border-color: #67AD61;
}
</style>