Shades of Fern #67BD74
Tints of Fern #67BD74
RGB
CMYK
RGB Variations
Color information
#67BD74 (or 0x67BD74) is known color: Fern. HEX triplet: 67, BD and 74. RGB value is (103,189,116). Sum of RGB (Red+Green+Blue) = 103+189+116=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BD74 is #98428B. Grayscale: #9B9B9B. Windows color (decimal): -9978508 or 7650663. OLE color: 7650663.
HSL color Cylindrical-coordinate representation of color #67BD74: hue angle of 129.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BD74 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 189 | 116 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.26 |
| HSL | 129.07º | 0.39% | 0.57% | - |
| HSV(B) | 129.07º | 0.46% | 0.74% | - |
| XYZ | 26.94 | 40.54 | 22.93 | - |
| YUV | 154.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 116 | 0.46 | 0 | 0.39 | 0.26 | 129.07 | 0.39 | 0.57 |
| Hex | 67 | BD | 74 | 2E | 0 | 27 | 1A | 81 | 27 | 39 |
| Octal | 147 | 275 | 164 | 56 | 0 | 47 | 32 | 201 | 47 | 71 |
| Binary | 1100111 | 10111101 | 1110100 | 101110 | 0 | 100111 | 11010 | 10000001 | 100111 | 111001 |
Color Harmonies of #67BD74
Complementary color
Monochromatic Colors of #67BD74
Black with #67BD74
Text Example
Text Example
White with #67BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BD74; }
p { color: rgb(103,189,116); }
H1.HeaderClassName
{
color: #67BD74;
}
.AnyTagClassName
{
color: #67BD74;
}
</style>
background-color css
<style>
a { background-color: #67BD74; }
a { background-color: rgb(103,189,116); }
div.DivClassName
{
background-color: #67BD74;
}
.BgClassName
{
background-color: #67BD74;
}
</style>
border-color css
<style>
span { border-color: #67BD74; }
span { border-color: rgb(103,189,116); }
td.TdClassName
{
border-color: #67BD74;
}
.TagClassName
{
border-color: #67BD74;
}
</style>