Shades of Fern #67AB73
Tints of Fern #67AB73
RGB
CMYK
RGB Variations
Color information
#67AB73 (or 0x67AB73) is known color: Fern. HEX triplet: 67, AB and 73. RGB value is (103,171,115). Sum of RGB (Red+Green+Blue) = 103+171+115=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AB73 is #98548C. Grayscale: #909090. Windows color (decimal): -9983117 or 7580519. OLE color: 7580519.
HSL color Cylindrical-coordinate representation of color #67AB73: hue angle of 130.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AB73 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 115 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.33 |
| HSL | 130.59º | 0.29% | 0.54% | - |
| HSV(B) | 130.59º | 0.4% | 0.67% | - |
| XYZ | 23.25 | 33.25 | 21.41 | - |
| YUV | 144.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 115 | 0.40 | 0 | 0.33 | 0.33 | 130.59 | 0.29 | 0.54 |
| Hex | 67 | AB | 73 | 28 | 0 | 21 | 21 | 83 | 1D | 36 |
| Octal | 147 | 253 | 163 | 50 | 0 | 41 | 41 | 203 | 35 | 66 |
| Binary | 1100111 | 10101011 | 1110011 | 101000 | 0 | 100001 | 100001 | 10000011 | 11101 | 110110 |
Color Harmonies of #67AB73
Complementary color
Monochromatic Colors of #67AB73
Black with #67AB73
Text Example
Text Example
White with #67AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB73; }
p { color: rgb(103,171,115); }
H1.HeaderClassName
{
color: #67AB73;
}
.AnyTagClassName
{
color: #67AB73;
}
</style>
background-color css
<style>
a { background-color: #67AB73; }
a { background-color: rgb(103,171,115); }
div.DivClassName
{
background-color: #67AB73;
}
.BgClassName
{
background-color: #67AB73;
}
</style>
border-color css
<style>
span { border-color: #67AB73; }
span { border-color: rgb(103,171,115); }
td.TdClassName
{
border-color: #67AB73;
}
.TagClassName
{
border-color: #67AB73;
}
</style>