Shades of Fern #67B170
Tints of Fern #67B170
RGB
CMYK
RGB Variations
Color information
#67B170 (or 0x67B170) is known color: Fern. HEX triplet: 67, B1 and 70. RGB value is (103,177,112). Sum of RGB (Red+Green+Blue) = 103+177+112=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #67B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67B170 is #984E8F. Grayscale: #939393. Windows color (decimal): -9981584 or 7385447. OLE color: 7385447.
HSL color Cylindrical-coordinate representation of color #67B170: hue angle of 127.3º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67B170 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 177 | 112 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.31 |
| HSL | 127.3º | 0.32% | 0.55% | - |
| HSV(B) | 127.3º | 0.42% | 0.69% | - |
| XYZ | 24.24 | 35.5 | 20.9 | - |
| YUV | 147.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 112 | 0.42 | 0 | 0.37 | 0.31 | 127.3 | 0.32 | 0.55 |
| Hex | 67 | B1 | 70 | 2A | 0 | 25 | 1F | 7F | 20 | 37 |
| Octal | 147 | 261 | 160 | 52 | 0 | 45 | 37 | 177 | 40 | 67 |
| Binary | 1100111 | 10110001 | 1110000 | 101010 | 0 | 100101 | 11111 | 1111111 | 100000 | 110111 |
Color Harmonies of #67B170
Complementary color
Monochromatic Colors of #67B170
Black with #67B170
Text Example
Text Example
White with #67B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B170; }
p { color: rgb(103,177,112); }
H1.HeaderClassName
{
color: #67B170;
}
.AnyTagClassName
{
color: #67B170;
}
</style>
background-color css
<style>
a { background-color: #67B170; }
a { background-color: rgb(103,177,112); }
div.DivClassName
{
background-color: #67B170;
}
.BgClassName
{
background-color: #67B170;
}
</style>
border-color css
<style>
span { border-color: #67B170; }
span { border-color: rgb(103,177,112); }
td.TdClassName
{
border-color: #67B170;
}
.TagClassName
{
border-color: #67B170;
}
</style>