Shades of Fern #69BE7D
Tints of Fern #69BE7D
RGB
CMYK
RGB Variations
Color information
#69BE7D (or 0x69BE7D) is known color: Fern. HEX triplet: 69, BE and 7D. RGB value is (105,190,125). Sum of RGB (Red+Green+Blue) = 105+190+125=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE7D is #964182. Grayscale: #9D9D9D. Windows color (decimal): -9847171 or 8240745. OLE color: 8240745.
HSL color Cylindrical-coordinate representation of color #69BE7D: hue angle of 134.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BE7D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 125 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.25 |
| HSL | 134.12º | 0.4% | 0.58% | - |
| HSV(B) | 134.12º | 0.45% | 0.75% | - |
| XYZ | 27.94 | 41.31 | 25.9 | - |
| YUV | 157.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 125 | 0.45 | 0 | 0.34 | 0.25 | 134.12 | 0.4 | 0.58 |
| Hex | 69 | BE | 7D | 2D | 0 | 22 | 19 | 86 | 28 | 3A |
| Octal | 151 | 276 | 175 | 55 | 0 | 42 | 31 | 206 | 50 | 72 |
| Binary | 1101001 | 10111110 | 1111101 | 101101 | 0 | 100010 | 11001 | 10000110 | 101000 | 111010 |
Color Harmonies of #69BE7D
Complementary color
Monochromatic Colors of #69BE7D
Black with #69BE7D
Text Example
Text Example
White with #69BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE7D; }
p { color: rgb(105,190,125); }
H1.HeaderClassName
{
color: #69BE7D;
}
.AnyTagClassName
{
color: #69BE7D;
}
</style>
background-color css
<style>
a { background-color: #69BE7D; }
a { background-color: rgb(105,190,125); }
div.DivClassName
{
background-color: #69BE7D;
}
.BgClassName
{
background-color: #69BE7D;
}
</style>
border-color css
<style>
span { border-color: #69BE7D; }
span { border-color: rgb(105,190,125); }
td.TdClassName
{
border-color: #69BE7D;
}
.TagClassName
{
border-color: #69BE7D;
}
</style>