Shades of Fern #69BC6D
Tints of Fern #69BC6D
RGB
CMYK
RGB Variations
Color information
#69BC6D (or 0x69BC6D) is known color: Fern. HEX triplet: 69, BC and 6D. RGB value is (105,188,109). Sum of RGB (Red+Green+Blue) = 105+188+109=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC6D is #964392. Grayscale: #9A9A9A. Windows color (decimal): -9847699 or 7191657. OLE color: 7191657.
HSL color Cylindrical-coordinate representation of color #69BC6D: hue angle of 122.89º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC6D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 109 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.26 |
| HSL | 122.89º | 0.38% | 0.57% | - |
| HSV(B) | 122.89º | 0.44% | 0.74% | - |
| XYZ | 26.57 | 40.07 | 20.8 | - |
| YUV | 154.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 109 | 0.44 | 0 | 0.42 | 0.26 | 122.89 | 0.38 | 0.57 |
| Hex | 69 | BC | 6D | 2C | 0 | 2A | 1A | 7B | 26 | 39 |
| Octal | 151 | 274 | 155 | 54 | 0 | 52 | 32 | 173 | 46 | 71 |
| Binary | 1101001 | 10111100 | 1101101 | 101100 | 0 | 101010 | 11010 | 1111011 | 100110 | 111001 |
Color Harmonies of #69BC6D
Complementary color
Monochromatic Colors of #69BC6D
Black with #69BC6D
Text Example
Text Example
White with #69BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC6D; }
p { color: rgb(105,188,109); }
H1.HeaderClassName
{
color: #69BC6D;
}
.AnyTagClassName
{
color: #69BC6D;
}
</style>
background-color css
<style>
a { background-color: #69BC6D; }
a { background-color: rgb(105,188,109); }
div.DivClassName
{
background-color: #69BC6D;
}
.BgClassName
{
background-color: #69BC6D;
}
</style>
border-color css
<style>
span { border-color: #69BC6D; }
span { border-color: rgb(105,188,109); }
td.TdClassName
{
border-color: #69BC6D;
}
.TagClassName
{
border-color: #69BC6D;
}
</style>