Shades of Fern #69BA71
Tints of Fern #69BA71
RGB
CMYK
RGB Variations
Color information
#69BA71 (or 0x69BA71) is known color: Fern. HEX triplet: 69, BA and 71. RGB value is (105,186,113). Sum of RGB (Red+Green+Blue) = 105+186+113=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA71 is #96458E. Grayscale: #999999. Windows color (decimal): -9848207 or 7453289. OLE color: 7453289.
HSL color Cylindrical-coordinate representation of color #69BA71: hue angle of 125.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BA71 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 113 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.27 |
| HSL | 125.93º | 0.37% | 0.57% | - |
| HSV(B) | 125.93º | 0.44% | 0.73% | - |
| XYZ | 26.37 | 39.31 | 21.82 | - |
| YUV | 153.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 113 | 0.44 | 0 | 0.39 | 0.27 | 125.93 | 0.37 | 0.57 |
| Hex | 69 | BA | 71 | 2C | 0 | 27 | 1B | 7E | 25 | 39 |
| Octal | 151 | 272 | 161 | 54 | 0 | 47 | 33 | 176 | 45 | 71 |
| Binary | 1101001 | 10111010 | 1110001 | 101100 | 0 | 100111 | 11011 | 1111110 | 100101 | 111001 |
Color Harmonies of #69BA71
Complementary color
Monochromatic Colors of #69BA71
Black with #69BA71
Text Example
Text Example
White with #69BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA71; }
p { color: rgb(105,186,113); }
H1.HeaderClassName
{
color: #69BA71;
}
.AnyTagClassName
{
color: #69BA71;
}
</style>
background-color css
<style>
a { background-color: #69BA71; }
a { background-color: rgb(105,186,113); }
div.DivClassName
{
background-color: #69BA71;
}
.BgClassName
{
background-color: #69BA71;
}
</style>
border-color css
<style>
span { border-color: #69BA71; }
span { border-color: rgb(105,186,113); }
td.TdClassName
{
border-color: #69BA71;
}
.TagClassName
{
border-color: #69BA71;
}
</style>