Shades of Fern #67AD69
Tints of Fern #67AD69
RGB
CMYK
RGB Variations
Color information
#67AD69 (or 0x67AD69) is known color: Fern. HEX triplet: 67, AD and 69. RGB value is (103,173,105). Sum of RGB (Red+Green+Blue) = 103+173+105=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AD69 is #985296. Grayscale: #909090. Windows color (decimal): -9982615 or 6925671. OLE color: 6925671.
HSL color Cylindrical-coordinate representation of color #67AD69: hue angle of 121.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AD69 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 105 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.32 |
| HSL | 121.71º | 0.3% | 0.54% | - |
| HSV(B) | 121.71º | 0.4% | 0.68% | - |
| XYZ | 23.09 | 33.79 | 18.67 | - |
| YUV | 144.32 | 105.81 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 105 | 0.40 | 0 | 0.39 | 0.32 | 121.71 | 0.3 | 0.54 |
| Hex | 67 | AD | 69 | 28 | 0 | 27 | 20 | 7A | 1E | 36 |
| Octal | 147 | 255 | 151 | 50 | 0 | 47 | 40 | 172 | 36 | 66 |
| Binary | 1100111 | 10101101 | 1101001 | 101000 | 0 | 100111 | 100000 | 1111010 | 11110 | 110110 |
Color Harmonies of #67AD69
Complementary color
Monochromatic Colors of #67AD69
Black with #67AD69
Text Example
Text Example
White with #67AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD69; }
p { color: rgb(103,173,105); }
H1.HeaderClassName
{
color: #67AD69;
}
.AnyTagClassName
{
color: #67AD69;
}
</style>
background-color css
<style>
a { background-color: #67AD69; }
a { background-color: rgb(103,173,105); }
div.DivClassName
{
background-color: #67AD69;
}
.BgClassName
{
background-color: #67AD69;
}
</style>
border-color css
<style>
span { border-color: #67AD69; }
span { border-color: rgb(103,173,105); }
td.TdClassName
{
border-color: #67AD69;
}
.TagClassName
{
border-color: #67AD69;
}
</style>