Shades of Fern #67B276
Tints of Fern #67B276
RGB
CMYK
RGB Variations
Color information
#67B276 (or 0x67B276) is known color: Fern. HEX triplet: 67, B2 and 76. RGB value is (103,178,118). Sum of RGB (Red+Green+Blue) = 103+178+118=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #67B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B276 is #984D89. Grayscale: #949494. Windows color (decimal): -9981322 or 7778919. OLE color: 7778919.
HSL color Cylindrical-coordinate representation of color #67B276: hue angle of 132º 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 #67B276 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 178 | 118 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.30 |
| HSL | 132º | 0.33% | 0.55% | - |
| HSV(B) | 132º | 0.42% | 0.7% | - |
| XYZ | 24.78 | 36.03 | 22.79 | - |
| YUV | 148.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 118 | 0.42 | 0 | 0.34 | 0.30 | 132 | 0.33 | 0.55 |
| Hex | 67 | B2 | 76 | 2A | 0 | 22 | 1E | 84 | 21 | 37 |
| Octal | 147 | 262 | 166 | 52 | 0 | 42 | 36 | 204 | 41 | 67 |
| Binary | 1100111 | 10110010 | 1110110 | 101010 | 0 | 100010 | 11110 | 10000100 | 100001 | 110111 |
Color Harmonies of #67B276
Complementary color
Monochromatic Colors of #67B276
Black with #67B276
Text Example
Text Example
White with #67B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B276; }
p { color: rgb(103,178,118); }
H1.HeaderClassName
{
color: #67B276;
}
.AnyTagClassName
{
color: #67B276;
}
</style>
background-color css
<style>
a { background-color: #67B276; }
a { background-color: rgb(103,178,118); }
div.DivClassName
{
background-color: #67B276;
}
.BgClassName
{
background-color: #67B276;
}
</style>
border-color css
<style>
span { border-color: #67B276; }
span { border-color: rgb(103,178,118); }
td.TdClassName
{
border-color: #67B276;
}
.TagClassName
{
border-color: #67B276;
}
</style>