Shades of Fern #67BA76
Tints of Fern #67BA76
RGB
CMYK
RGB Variations
Color information
#67BA76 (or 0x67BA76) is known color: Fern. HEX triplet: 67, BA and 76. RGB value is (103,186,118). Sum of RGB (Red+Green+Blue) = 103+186+118=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BA76 is #984589. Grayscale: #999999. Windows color (decimal): -9979274 or 7780967. OLE color: 7780967.
HSL color Cylindrical-coordinate representation of color #67BA76: hue angle of 130.84º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BA76 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 118 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.27 |
| HSL | 130.84º | 0.38% | 0.57% | - |
| HSV(B) | 130.84º | 0.45% | 0.73% | - |
| XYZ | 26.42 | 39.31 | 23.33 | - |
| YUV | 153.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 118 | 0.45 | 0 | 0.37 | 0.27 | 130.84 | 0.38 | 0.57 |
| Hex | 67 | BA | 76 | 2D | 0 | 25 | 1B | 83 | 26 | 39 |
| Octal | 147 | 272 | 166 | 55 | 0 | 45 | 33 | 203 | 46 | 71 |
| Binary | 1100111 | 10111010 | 1110110 | 101101 | 0 | 100101 | 11011 | 10000011 | 100110 | 111001 |
Color Harmonies of #67BA76
Complementary color
Monochromatic Colors of #67BA76
Black with #67BA76
Text Example
Text Example
White with #67BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA76; }
p { color: rgb(103,186,118); }
H1.HeaderClassName
{
color: #67BA76;
}
.AnyTagClassName
{
color: #67BA76;
}
</style>
background-color css
<style>
a { background-color: #67BA76; }
a { background-color: rgb(103,186,118); }
div.DivClassName
{
background-color: #67BA76;
}
.BgClassName
{
background-color: #67BA76;
}
</style>
border-color css
<style>
span { border-color: #67BA76; }
span { border-color: rgb(103,186,118); }
td.TdClassName
{
border-color: #67BA76;
}
.TagClassName
{
border-color: #67BA76;
}
</style>