Shades of Fern #69BD7D
Tints of Fern #69BD7D
RGB
CMYK
RGB Variations
Color information
#69BD7D (or 0x69BD7D) is known color: Fern. HEX triplet: 69, BD and 7D. RGB value is (105,189,125). Sum of RGB (Red+Green+Blue) = 105+189+125=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD7D is #964282. Grayscale: #9C9C9C. Windows color (decimal): -9847427 or 8240489. OLE color: 8240489.
HSL color Cylindrical-coordinate representation of color #69BD7D: hue angle of 134.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BD7D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 125 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.26 |
| HSL | 134.29º | 0.39% | 0.58% | - |
| HSV(B) | 134.29º | 0.44% | 0.74% | - |
| XYZ | 27.72 | 40.88 | 25.83 | - |
| YUV | 156.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 125 | 0.44 | 0 | 0.34 | 0.26 | 134.29 | 0.39 | 0.58 |
| Hex | 69 | BD | 7D | 2C | 0 | 22 | 1A | 86 | 27 | 3A |
| Octal | 151 | 275 | 175 | 54 | 0 | 42 | 32 | 206 | 47 | 72 |
| Binary | 1101001 | 10111101 | 1111101 | 101100 | 0 | 100010 | 11010 | 10000110 | 100111 | 111010 |
Color Harmonies of #69BD7D
Complementary color
Monochromatic Colors of #69BD7D
Black with #69BD7D
Text Example
Text Example
White with #69BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BD7D; }
p { color: rgb(105,189,125); }
H1.HeaderClassName
{
color: #69BD7D;
}
.AnyTagClassName
{
color: #69BD7D;
}
</style>
background-color css
<style>
a { background-color: #69BD7D; }
a { background-color: rgb(105,189,125); }
div.DivClassName
{
background-color: #69BD7D;
}
.BgClassName
{
background-color: #69BD7D;
}
</style>
border-color css
<style>
span { border-color: #69BD7D; }
span { border-color: rgb(105,189,125); }
td.TdClassName
{
border-color: #69BD7D;
}
.TagClassName
{
border-color: #69BD7D;
}
</style>