Shades of Fern #67BA68
Tints of Fern #67BA68
RGB
CMYK
RGB Variations
Color information
#67BA68 (or 0x67BA68) is known color: Fern. HEX triplet: 67, BA and 68. RGB value is (103,186,104). Sum of RGB (Red+Green+Blue) = 103+186+104=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BA68 is #984597. Grayscale: #989898. Windows color (decimal): -9979288 or 6863463. OLE color: 6863463.
HSL color Cylindrical-coordinate representation of color #67BA68: hue angle of 120.72º 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 #67BA68 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 104 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.27 |
| HSL | 120.72º | 0.38% | 0.57% | - |
| HSV(B) | 120.72º | 0.45% | 0.73% | - |
| XYZ | 25.65 | 39 | 19.27 | - |
| YUV | 151.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 104 | 0.45 | 0 | 0.44 | 0.27 | 120.72 | 0.38 | 0.57 |
| Hex | 67 | BA | 68 | 2D | 0 | 2C | 1B | 79 | 26 | 39 |
| Octal | 147 | 272 | 150 | 55 | 0 | 54 | 33 | 171 | 46 | 71 |
| Binary | 1100111 | 10111010 | 1101000 | 101101 | 0 | 101100 | 11011 | 1111001 | 100110 | 111001 |
Color Harmonies of #67BA68
Complementary color
Monochromatic Colors of #67BA68
Black with #67BA68
Text Example
Text Example
White with #67BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA68; }
p { color: rgb(103,186,104); }
H1.HeaderClassName
{
color: #67BA68;
}
.AnyTagClassName
{
color: #67BA68;
}
</style>
background-color css
<style>
a { background-color: #67BA68; }
a { background-color: rgb(103,186,104); }
div.DivClassName
{
background-color: #67BA68;
}
.BgClassName
{
background-color: #67BA68;
}
</style>
border-color css
<style>
span { border-color: #67BA68; }
span { border-color: rgb(103,186,104); }
td.TdClassName
{
border-color: #67BA68;
}
.TagClassName
{
border-color: #67BA68;
}
</style>