Shades of Fern #67B376
Tints of Fern #67B376
RGB
CMYK
RGB Variations
Color information
#67B376 (or 0x67B376) is known color: Fern. HEX triplet: 67, B3 and 76. RGB value is (103,179,118). Sum of RGB (Red+Green+Blue) = 103+179+118=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #67B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B376 is #984C89. Grayscale: #959595. Windows color (decimal): -9981066 or 7779175. OLE color: 7779175.
HSL color Cylindrical-coordinate representation of color #67B376: hue angle of 131.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67B376 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 118 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.30 |
| HSL | 131.84º | 0.33% | 0.55% | - |
| HSV(B) | 131.84º | 0.42% | 0.7% | - |
| XYZ | 24.98 | 36.43 | 22.85 | - |
| YUV | 149.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 118 | 0.42 | 0 | 0.34 | 0.30 | 131.84 | 0.33 | 0.55 |
| Hex | 67 | B3 | 76 | 2A | 0 | 22 | 1E | 84 | 21 | 37 |
| Octal | 147 | 263 | 166 | 52 | 0 | 42 | 36 | 204 | 41 | 67 |
| Binary | 1100111 | 10110011 | 1110110 | 101010 | 0 | 100010 | 11110 | 10000100 | 100001 | 110111 |
Color Harmonies of #67B376
Complementary color
Monochromatic Colors of #67B376
Black with #67B376
Text Example
Text Example
White with #67B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B376; }
p { color: rgb(103,179,118); }
H1.HeaderClassName
{
color: #67B376;
}
.AnyTagClassName
{
color: #67B376;
}
</style>
background-color css
<style>
a { background-color: #67B376; }
a { background-color: rgb(103,179,118); }
div.DivClassName
{
background-color: #67B376;
}
.BgClassName
{
background-color: #67B376;
}
</style>
border-color css
<style>
span { border-color: #67B376; }
span { border-color: rgb(103,179,118); }
td.TdClassName
{
border-color: #67B376;
}
.TagClassName
{
border-color: #67B376;
}
</style>