Shades of Fern #67BA5D
Tints of Fern #67BA5D
RGB
CMYK
RGB Variations
Color information
#67BA5D (or 0x67BA5D) is known color: Fern. HEX triplet: 67, BA and 5D. RGB value is (103,186,93). Sum of RGB (Red+Green+Blue) = 103+186+93=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BA5D is #9845A2. Grayscale: #969696. Windows color (decimal): -9979299 or 6142567. OLE color: 6142567.
HSL color Cylindrical-coordinate representation of color #67BA5D: hue angle of 113.55º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BA5D is Cyan = 0.45, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 93 | - |
| CMYK | 0.45 | 0 | 0.5 | 0.27 |
| HSL | 113.55º | 0.4% | 0.55% | - |
| HSV(B) | 113.55º | 0.5% | 0.73% | - |
| XYZ | 25.13 | 38.79 | 16.52 | - |
| YUV | 150.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 93 | 0.45 | 0 | 0.5 | 0.27 | 113.55 | 0.4 | 0.55 |
| Hex | 67 | BA | 5D | 2D | 0 | 32 | 1B | 72 | 28 | 37 |
| Octal | 147 | 272 | 135 | 55 | 0 | 62 | 33 | 162 | 50 | 67 |
| Binary | 1100111 | 10111010 | 1011101 | 101101 | 0 | 110010 | 11011 | 1110010 | 101000 | 110111 |
Color Harmonies of #67BA5D
Complementary color
Monochromatic Colors of #67BA5D
Black with #67BA5D
Text Example
Text Example
White with #67BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA5D; }
p { color: rgb(103,186,93); }
H1.HeaderClassName
{
color: #67BA5D;
}
.AnyTagClassName
{
color: #67BA5D;
}
</style>
background-color css
<style>
a { background-color: #67BA5D; }
a { background-color: rgb(103,186,93); }
div.DivClassName
{
background-color: #67BA5D;
}
.BgClassName
{
background-color: #67BA5D;
}
</style>
border-color css
<style>
span { border-color: #67BA5D; }
span { border-color: rgb(103,186,93); }
td.TdClassName
{
border-color: #67BA5D;
}
.TagClassName
{
border-color: #67BA5D;
}
</style>