Shades of Fern #69BF6C
Tints of Fern #69BF6C
RGB
CMYK
RGB Variations
Color information
#69BF6C (or 0x69BF6C) is known color: Fern. HEX triplet: 69, BF and 6C. RGB value is (105,191,108). Sum of RGB (Red+Green+Blue) = 105+191+108=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF6C is #964093. Grayscale: #9C9C9C. Windows color (decimal): -9846932 or 7126889. OLE color: 7126889.
HSL color Cylindrical-coordinate representation of color #69BF6C: hue angle of 122.09º 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 #69BF6C is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 191 | 108 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.25 |
| HSL | 122.09º | 0.4% | 0.58% | - |
| HSV(B) | 122.09º | 0.45% | 0.75% | - |
| XYZ | 27.16 | 41.35 | 20.74 | - |
| YUV | 155.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 108 | 0.45 | 0 | 0.43 | 0.25 | 122.09 | 0.4 | 0.58 |
| Hex | 69 | BF | 6C | 2D | 0 | 2B | 19 | 7A | 28 | 3A |
| Octal | 151 | 277 | 154 | 55 | 0 | 53 | 31 | 172 | 50 | 72 |
| Binary | 1101001 | 10111111 | 1101100 | 101101 | 0 | 101011 | 11001 | 1111010 | 101000 | 111010 |
Color Harmonies of #69BF6C
Complementary color
Monochromatic Colors of #69BF6C
Black with #69BF6C
Text Example
Text Example
White with #69BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BF6C; }
p { color: rgb(105,191,108); }
H1.HeaderClassName
{
color: #69BF6C;
}
.AnyTagClassName
{
color: #69BF6C;
}
</style>
background-color css
<style>
a { background-color: #69BF6C; }
a { background-color: rgb(105,191,108); }
div.DivClassName
{
background-color: #69BF6C;
}
.BgClassName
{
background-color: #69BF6C;
}
</style>
border-color css
<style>
span { border-color: #69BF6C; }
span { border-color: rgb(105,191,108); }
td.TdClassName
{
border-color: #69BF6C;
}
.TagClassName
{
border-color: #69BF6C;
}
</style>