Shades of Fern #69B773
Tints of Fern #69B773
RGB
CMYK
RGB Variations
Color information
#69B773 (or 0x69B773) is known color: Fern. HEX triplet: 69, B7 and 73. RGB value is (105,183,115). Sum of RGB (Red+Green+Blue) = 105+183+115=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #69B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B773 is #96488C. Grayscale: #989898. Windows color (decimal): -9848973 or 7583593. OLE color: 7583593.
HSL color Cylindrical-coordinate representation of color #69B773: hue angle of 127.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B773 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 115 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.28 |
| HSL | 127.69º | 0.35% | 0.56% | - |
| HSV(B) | 127.69º | 0.43% | 0.72% | - |
| XYZ | 25.85 | 38.11 | 22.21 | - |
| YUV | 151.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 115 | 0.43 | 0 | 0.37 | 0.28 | 127.69 | 0.35 | 0.56 |
| Hex | 69 | B7 | 73 | 2B | 0 | 25 | 1C | 80 | 23 | 38 |
| Octal | 151 | 267 | 163 | 53 | 0 | 45 | 34 | 200 | 43 | 70 |
| Binary | 1101001 | 10110111 | 1110011 | 101011 | 0 | 100101 | 11100 | 10000000 | 100011 | 111000 |
Color Harmonies of #69B773
Complementary color
Monochromatic Colors of #69B773
Black with #69B773
Text Example
Text Example
White with #69B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B773; }
p { color: rgb(105,183,115); }
H1.HeaderClassName
{
color: #69B773;
}
.AnyTagClassName
{
color: #69B773;
}
</style>
background-color css
<style>
a { background-color: #69B773; }
a { background-color: rgb(105,183,115); }
div.DivClassName
{
background-color: #69B773;
}
.BgClassName
{
background-color: #69B773;
}
</style>
border-color css
<style>
span { border-color: #69B773; }
span { border-color: rgb(105,183,115); }
td.TdClassName
{
border-color: #69B773;
}
.TagClassName
{
border-color: #69B773;
}
</style>