Shades of Fern #67AF6C
Tints of Fern #67AF6C
RGB
CMYK
RGB Variations
Color information
#67AF6C (or 0x67AF6C) is known color: Fern. HEX triplet: 67, AF and 6C. RGB value is (103,175,108). Sum of RGB (Red+Green+Blue) = 103+175+108=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF6C is #985093. Grayscale: #929292. Windows color (decimal): -9982100 or 7122791. OLE color: 7122791.
HSL color Cylindrical-coordinate representation of color #67AF6C: hue angle of 124.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AF6C is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 108 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.31 |
| HSL | 124.17º | 0.31% | 0.55% | - |
| HSV(B) | 124.17º | 0.41% | 0.69% | - |
| XYZ | 23.63 | 34.63 | 19.63 | - |
| YUV | 145.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 108 | 0.41 | 0 | 0.38 | 0.31 | 124.17 | 0.31 | 0.55 |
| Hex | 67 | AF | 6C | 29 | 0 | 26 | 1F | 7C | 1F | 37 |
| Octal | 147 | 257 | 154 | 51 | 0 | 46 | 37 | 174 | 37 | 67 |
| Binary | 1100111 | 10101111 | 1101100 | 101001 | 0 | 100110 | 11111 | 1111100 | 11111 | 110111 |
Color Harmonies of #67AF6C
Complementary color
Monochromatic Colors of #67AF6C
Black with #67AF6C
Text Example
Text Example
White with #67AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF6C; }
p { color: rgb(103,175,108); }
H1.HeaderClassName
{
color: #67AF6C;
}
.AnyTagClassName
{
color: #67AF6C;
}
</style>
background-color css
<style>
a { background-color: #67AF6C; }
a { background-color: rgb(103,175,108); }
div.DivClassName
{
background-color: #67AF6C;
}
.BgClassName
{
background-color: #67AF6C;
}
</style>
border-color css
<style>
span { border-color: #67AF6C; }
span { border-color: rgb(103,175,108); }
td.TdClassName
{
border-color: #67AF6C;
}
.TagClassName
{
border-color: #67AF6C;
}
</style>