Shades of Fern #67AC65
Tints of Fern #67AC65
RGB
CMYK
RGB Variations
Color information
#67AC65 (or 0x67AC65) is known color: Fern. HEX triplet: 67, AC and 65. RGB value is (103,172,101). Sum of RGB (Red+Green+Blue) = 103+172+101=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AC65 is #98539A. Grayscale: #8F8F8F. Windows color (decimal): -9982875 or 6663271. OLE color: 6663271.
HSL color Cylindrical-coordinate representation of color #67AC65: hue angle of 118.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AC65 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 101 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.33 |
| HSL | 118.31º | 0.3% | 0.54% | - |
| HSV(B) | 118.31º | 0.41% | 0.67% | - |
| XYZ | 22.7 | 33.33 | 17.55 | - |
| YUV | 143.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 101 | 0.40 | 0 | 0.41 | 0.33 | 118.31 | 0.3 | 0.54 |
| Hex | 67 | AC | 65 | 28 | 0 | 29 | 21 | 76 | 1E | 36 |
| Octal | 147 | 254 | 145 | 50 | 0 | 51 | 41 | 166 | 36 | 66 |
| Binary | 1100111 | 10101100 | 1100101 | 101000 | 0 | 101001 | 100001 | 1110110 | 11110 | 110110 |
Color Harmonies of #67AC65
Complementary color
Monochromatic Colors of #67AC65
Black with #67AC65
Text Example
Text Example
White with #67AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC65; }
p { color: rgb(103,172,101); }
H1.HeaderClassName
{
color: #67AC65;
}
.AnyTagClassName
{
color: #67AC65;
}
</style>
background-color css
<style>
a { background-color: #67AC65; }
a { background-color: rgb(103,172,101); }
div.DivClassName
{
background-color: #67AC65;
}
.BgClassName
{
background-color: #67AC65;
}
</style>
border-color css
<style>
span { border-color: #67AC65; }
span { border-color: rgb(103,172,101); }
td.TdClassName
{
border-color: #67AC65;
}
.TagClassName
{
border-color: #67AC65;
}
</style>