Shades of Fern #67AD5E
Tints of Fern #67AD5E
RGB
CMYK
RGB Variations
Color information
#67AD5E (or 0x67AD5E) is known color: Fern. HEX triplet: 67, AD and 5E. RGB value is (103,173,94). Sum of RGB (Red+Green+Blue) = 103+173+94=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AD5E is #9852A1. Grayscale: #8F8F8F. Windows color (decimal): -9982626 or 6204775. OLE color: 6204775.
HSL color Cylindrical-coordinate representation of color #67AD5E: hue angle of 113.16º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67AD5E is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 94 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.32 |
| HSL | 113.16º | 0.33% | 0.52% | - |
| HSV(B) | 113.16º | 0.46% | 0.68% | - |
| XYZ | 22.56 | 33.58 | 15.88 | - |
| YUV | 143.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 94 | 0.40 | 0 | 0.46 | 0.32 | 113.16 | 0.33 | 0.52 |
| Hex | 67 | AD | 5E | 28 | 0 | 2E | 20 | 71 | 21 | 34 |
| Octal | 147 | 255 | 136 | 50 | 0 | 56 | 40 | 161 | 41 | 64 |
| Binary | 1100111 | 10101101 | 1011110 | 101000 | 0 | 101110 | 100000 | 1110001 | 100001 | 110100 |
Color Harmonies of #67AD5E
Complementary color
Monochromatic Colors of #67AD5E
Black with #67AD5E
Text Example
Text Example
White with #67AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD5E; }
p { color: rgb(103,173,94); }
H1.HeaderClassName
{
color: #67AD5E;
}
.AnyTagClassName
{
color: #67AD5E;
}
</style>
background-color css
<style>
a { background-color: #67AD5E; }
a { background-color: rgb(103,173,94); }
div.DivClassName
{
background-color: #67AD5E;
}
.BgClassName
{
background-color: #67AD5E;
}
</style>
border-color css
<style>
span { border-color: #67AD5E; }
span { border-color: rgb(103,173,94); }
td.TdClassName
{
border-color: #67AD5E;
}
.TagClassName
{
border-color: #67AD5E;
}
</style>