Shades of Fern #69BC73
Tints of Fern #69BC73
RGB
CMYK
RGB Variations
Color information
#69BC73 (or 0x69BC73) is known color: Fern. HEX triplet: 69, BC and 73. RGB value is (105,188,115). Sum of RGB (Red+Green+Blue) = 105+188+115=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC73 is #96438C. Grayscale: #9B9B9B. Windows color (decimal): -9847693 or 7584873. OLE color: 7584873.
HSL color Cylindrical-coordinate representation of color #69BC73: hue angle of 127.23º 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 #69BC73 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 115 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.26 |
| HSL | 127.23º | 0.38% | 0.57% | - |
| HSV(B) | 127.23º | 0.44% | 0.74% | - |
| XYZ | 26.9 | 40.21 | 22.56 | - |
| YUV | 154.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 115 | 0.44 | 0 | 0.39 | 0.26 | 127.23 | 0.38 | 0.57 |
| Hex | 69 | BC | 73 | 2C | 0 | 27 | 1A | 7F | 26 | 39 |
| Octal | 151 | 274 | 163 | 54 | 0 | 47 | 32 | 177 | 46 | 71 |
| Binary | 1101001 | 10111100 | 1110011 | 101100 | 0 | 100111 | 11010 | 1111111 | 100110 | 111001 |
Color Harmonies of #69BC73
Complementary color
Monochromatic Colors of #69BC73
Black with #69BC73
Text Example
Text Example
White with #69BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC73; }
p { color: rgb(105,188,115); }
H1.HeaderClassName
{
color: #69BC73;
}
.AnyTagClassName
{
color: #69BC73;
}
</style>
background-color css
<style>
a { background-color: #69BC73; }
a { background-color: rgb(105,188,115); }
div.DivClassName
{
background-color: #69BC73;
}
.BgClassName
{
background-color: #69BC73;
}
</style>
border-color css
<style>
span { border-color: #69BC73; }
span { border-color: rgb(105,188,115); }
td.TdClassName
{
border-color: #69BC73;
}
.TagClassName
{
border-color: #69BC73;
}
</style>