Shades of Fern #67B875
Tints of Fern #67B875
RGB
CMYK
RGB Variations
Color information
#67B875 (or 0x67B875) is known color: Fern. HEX triplet: 67, B8 and 75. RGB value is (103,184,117). Sum of RGB (Red+Green+Blue) = 103+184+117=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #67B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B875 is #98478A. Grayscale: #989898. Windows color (decimal): -9979787 or 7714919. OLE color: 7714919.
HSL color Cylindrical-coordinate representation of color #67B875: hue angle of 130.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67B875 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 117 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.28 |
| HSL | 130.37º | 0.36% | 0.56% | - |
| HSV(B) | 130.37º | 0.44% | 0.72% | - |
| XYZ | 25.94 | 38.45 | 22.88 | - |
| YUV | 152.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 117 | 0.44 | 0 | 0.36 | 0.28 | 130.37 | 0.36 | 0.56 |
| Hex | 67 | B8 | 75 | 2C | 0 | 24 | 1C | 82 | 24 | 38 |
| Octal | 147 | 270 | 165 | 54 | 0 | 44 | 34 | 202 | 44 | 70 |
| Binary | 1100111 | 10111000 | 1110101 | 101100 | 0 | 100100 | 11100 | 10000010 | 100100 | 111000 |
Color Harmonies of #67B875
Complementary color
Monochromatic Colors of #67B875
Black with #67B875
Text Example
Text Example
White with #67B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B875; }
p { color: rgb(103,184,117); }
H1.HeaderClassName
{
color: #67B875;
}
.AnyTagClassName
{
color: #67B875;
}
</style>
background-color css
<style>
a { background-color: #67B875; }
a { background-color: rgb(103,184,117); }
div.DivClassName
{
background-color: #67B875;
}
.BgClassName
{
background-color: #67B875;
}
</style>
border-color css
<style>
span { border-color: #67B875; }
span { border-color: rgb(103,184,117); }
td.TdClassName
{
border-color: #67B875;
}
.TagClassName
{
border-color: #67B875;
}
</style>