Shades of Fern #67B870
Tints of Fern #67B870
RGB
CMYK
RGB Variations
Color information
#67B870 (or 0x67B870) is known color: Fern. HEX triplet: 67, B8 and 70. RGB value is (103,184,112). Sum of RGB (Red+Green+Blue) = 103+184+112=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #67B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67B870 is #98478F. Grayscale: #979797. Windows color (decimal): -9979792 or 7387239. OLE color: 7387239.
HSL color Cylindrical-coordinate representation of color #67B870: hue angle of 126.67º 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 #67B870 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 112 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.28 |
| HSL | 126.67º | 0.36% | 0.56% | - |
| HSV(B) | 126.67º | 0.44% | 0.72% | - |
| XYZ | 25.66 | 38.33 | 21.38 | - |
| YUV | 151.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 112 | 0.44 | 0 | 0.39 | 0.28 | 126.67 | 0.36 | 0.56 |
| Hex | 67 | B8 | 70 | 2C | 0 | 27 | 1C | 7F | 24 | 38 |
| Octal | 147 | 270 | 160 | 54 | 0 | 47 | 34 | 177 | 44 | 70 |
| Binary | 1100111 | 10111000 | 1110000 | 101100 | 0 | 100111 | 11100 | 1111111 | 100100 | 111000 |
Color Harmonies of #67B870
Complementary color
Monochromatic Colors of #67B870
Black with #67B870
Text Example
Text Example
White with #67B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B870; }
p { color: rgb(103,184,112); }
H1.HeaderClassName
{
color: #67B870;
}
.AnyTagClassName
{
color: #67B870;
}
</style>
background-color css
<style>
a { background-color: #67B870; }
a { background-color: rgb(103,184,112); }
div.DivClassName
{
background-color: #67B870;
}
.BgClassName
{
background-color: #67B870;
}
</style>
border-color css
<style>
span { border-color: #67B870; }
span { border-color: rgb(103,184,112); }
td.TdClassName
{
border-color: #67B870;
}
.TagClassName
{
border-color: #67B870;
}
</style>