Shades of Fern #67A965
Tints of Fern #67A965
RGB
CMYK
RGB Variations
Color information
#67A965 (or 0x67A965) is known color: Fern. HEX triplet: 67, A9 and 65. RGB value is (103,169,101). Sum of RGB (Red+Green+Blue) = 103+169+101=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #67A965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A965 is #98569A. Grayscale: #8D8D8D. Windows color (decimal): -9983643 or 6662503. OLE color: 6662503.
HSL color Cylindrical-coordinate representation of color #67A965: hue angle of 118.24º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67A965 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 101 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.34 |
| HSL | 118.24º | 0.28% | 0.53% | - |
| HSV(B) | 118.24º | 0.4% | 0.66% | - |
| XYZ | 22.13 | 32.2 | 17.36 | - |
| YUV | 141.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 101 | 0.39 | 0 | 0.40 | 0.34 | 118.24 | 0.28 | 0.53 |
| Hex | 67 | A9 | 65 | 27 | 0 | 28 | 22 | 76 | 1C | 35 |
| Octal | 147 | 251 | 145 | 47 | 0 | 50 | 42 | 166 | 34 | 65 |
| Binary | 1100111 | 10101001 | 1100101 | 100111 | 0 | 101000 | 100010 | 1110110 | 11100 | 110101 |
Color Harmonies of #67A965
Complementary color
Monochromatic Colors of #67A965
Black with #67A965
Text Example
Text Example
White with #67A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A965; }
p { color: rgb(103,169,101); }
H1.HeaderClassName
{
color: #67A965;
}
.AnyTagClassName
{
color: #67A965;
}
</style>
background-color css
<style>
a { background-color: #67A965; }
a { background-color: rgb(103,169,101); }
div.DivClassName
{
background-color: #67A965;
}
.BgClassName
{
background-color: #67A965;
}
</style>
border-color css
<style>
span { border-color: #67A965; }
span { border-color: rgb(103,169,101); }
td.TdClassName
{
border-color: #67A965;
}
.TagClassName
{
border-color: #67A965;
}
</style>