Shades of Fern #69B977
Tints of Fern #69B977
RGB
CMYK
RGB Variations
Color information
#69B977 (or 0x69B977) is known color: Fern. HEX triplet: 69, B9 and 77. RGB value is (105,185,119). Sum of RGB (Red+Green+Blue) = 105+185+119=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #69B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B977 is #964688. Grayscale: #999999. Windows color (decimal): -9848457 or 7846249. OLE color: 7846249.
HSL color Cylindrical-coordinate representation of color #69B977: hue angle of 130.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B977 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 185 | 119 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.27 |
| HSL | 130.5º | 0.36% | 0.57% | - |
| HSV(B) | 130.5º | 0.43% | 0.73% | - |
| XYZ | 26.5 | 39.03 | 23.59 | - |
| YUV | 153.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 185 | 119 | 0.43 | 0 | 0.36 | 0.27 | 130.5 | 0.36 | 0.57 |
| Hex | 69 | B9 | 77 | 2B | 0 | 24 | 1B | 82 | 24 | 39 |
| Octal | 151 | 271 | 167 | 53 | 0 | 44 | 33 | 202 | 44 | 71 |
| Binary | 1101001 | 10111001 | 1110111 | 101011 | 0 | 100100 | 11011 | 10000010 | 100100 | 111001 |
Color Harmonies of #69B977
Complementary color
Monochromatic Colors of #69B977
Black with #69B977
Text Example
Text Example
White with #69B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B977; }
p { color: rgb(105,185,119); }
H1.HeaderClassName
{
color: #69B977;
}
.AnyTagClassName
{
color: #69B977;
}
</style>
background-color css
<style>
a { background-color: #69B977; }
a { background-color: rgb(105,185,119); }
div.DivClassName
{
background-color: #69B977;
}
.BgClassName
{
background-color: #69B977;
}
</style>
border-color css
<style>
span { border-color: #69B977; }
span { border-color: rgb(105,185,119); }
td.TdClassName
{
border-color: #69B977;
}
.TagClassName
{
border-color: #69B977;
}
</style>