Shades of Fern #67BA75
Tints of Fern #67BA75
RGB
CMYK
RGB Variations
Color information
#67BA75 (or 0x67BA75) is known color: Fern. HEX triplet: 67, BA and 75. RGB value is (103,186,117). Sum of RGB (Red+Green+Blue) = 103+186+117=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67BA75 is #98458A. Grayscale: #999999. Windows color (decimal): -9979275 or 7715431. OLE color: 7715431.
HSL color Cylindrical-coordinate representation of color #67BA75: hue angle of 130.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BA75 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 117 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.27 |
| HSL | 130.12º | 0.38% | 0.57% | - |
| HSV(B) | 130.12º | 0.45% | 0.73% | - |
| XYZ | 26.36 | 39.29 | 23.02 | - |
| YUV | 153.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 117 | 0.45 | 0 | 0.37 | 0.27 | 130.12 | 0.38 | 0.57 |
| Hex | 67 | BA | 75 | 2D | 0 | 25 | 1B | 82 | 26 | 39 |
| Octal | 147 | 272 | 165 | 55 | 0 | 45 | 33 | 202 | 46 | 71 |
| Binary | 1100111 | 10111010 | 1110101 | 101101 | 0 | 100101 | 11011 | 10000010 | 100110 | 111001 |
Color Harmonies of #67BA75
Complementary color
Monochromatic Colors of #67BA75
Black with #67BA75
Text Example
Text Example
White with #67BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA75; }
p { color: rgb(103,186,117); }
H1.HeaderClassName
{
color: #67BA75;
}
.AnyTagClassName
{
color: #67BA75;
}
</style>
background-color css
<style>
a { background-color: #67BA75; }
a { background-color: rgb(103,186,117); }
div.DivClassName
{
background-color: #67BA75;
}
.BgClassName
{
background-color: #67BA75;
}
</style>
border-color css
<style>
span { border-color: #67BA75; }
span { border-color: rgb(103,186,117); }
td.TdClassName
{
border-color: #67BA75;
}
.TagClassName
{
border-color: #67BA75;
}
</style>