Shades of Fern #69BF7D
Tints of Fern #69BF7D
RGB
CMYK
RGB Variations
Color information
#69BF7D (or 0x69BF7D) is known color: Fern. HEX triplet: 69, BF and 7D. RGB value is (105,191,125). Sum of RGB (Red+Green+Blue) = 105+191+125=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF7D is #964082. Grayscale: #9D9D9D. Windows color (decimal): -9846915 or 8241001. OLE color: 8241001.
HSL color Cylindrical-coordinate representation of color #69BF7D: hue angle of 133.95º 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 #69BF7D is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 191 | 125 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.25 |
| HSL | 133.95º | 0.4% | 0.58% | - |
| HSV(B) | 133.95º | 0.45% | 0.75% | - |
| XYZ | 28.16 | 41.75 | 25.98 | - |
| YUV | 157.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 125 | 0.45 | 0 | 0.35 | 0.25 | 133.95 | 0.4 | 0.58 |
| Hex | 69 | BF | 7D | 2D | 0 | 23 | 19 | 86 | 28 | 3A |
| Octal | 151 | 277 | 175 | 55 | 0 | 43 | 31 | 206 | 50 | 72 |
| Binary | 1101001 | 10111111 | 1111101 | 101101 | 0 | 100011 | 11001 | 10000110 | 101000 | 111010 |
Color Harmonies of #69BF7D
Complementary color
Monochromatic Colors of #69BF7D
Black with #69BF7D
Text Example
Text Example
White with #69BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BF7D; }
p { color: rgb(105,191,125); }
H1.HeaderClassName
{
color: #69BF7D;
}
.AnyTagClassName
{
color: #69BF7D;
}
</style>
background-color css
<style>
a { background-color: #69BF7D; }
a { background-color: rgb(105,191,125); }
div.DivClassName
{
background-color: #69BF7D;
}
.BgClassName
{
background-color: #69BF7D;
}
</style>
border-color css
<style>
span { border-color: #69BF7D; }
span { border-color: rgb(105,191,125); }
td.TdClassName
{
border-color: #69BF7D;
}
.TagClassName
{
border-color: #69BF7D;
}
</style>