Shades of Fern #69C676
Tints of Fern #69C676
RGB
CMYK
RGB Variations
Color information
#69C676 (or 0x69C676) is known color: Fern. HEX triplet: 69, C6 and 76. RGB value is (105,198,118). Sum of RGB (Red+Green+Blue) = 105+198+118=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #69C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C676 is #963989. Grayscale: #A1A1A1. Windows color (decimal): -9845130 or 7784041. OLE color: 7784041.
HSL color Cylindrical-coordinate representation of color #69C676: hue angle of 128.39º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C676 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 118 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.22 |
| HSL | 128.39º | 0.45% | 0.59% | - |
| HSV(B) | 128.39º | 0.47% | 0.78% | - |
| XYZ | 29.29 | 44.7 | 24.22 | - |
| YUV | 161.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 118 | 0.47 | 0 | 0.40 | 0.22 | 128.39 | 0.45 | 0.59 |
| Hex | 69 | C6 | 76 | 2F | 0 | 28 | 16 | 80 | 2D | 3B |
| Octal | 151 | 306 | 166 | 57 | 0 | 50 | 26 | 200 | 55 | 73 |
| Binary | 1101001 | 11000110 | 1110110 | 101111 | 0 | 101000 | 10110 | 10000000 | 101101 | 111011 |
Color Harmonies of #69C676
Complementary color
Monochromatic Colors of #69C676
Black with #69C676
Text Example
Text Example
White with #69C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C676; }
p { color: rgb(105,198,118); }
H1.HeaderClassName
{
color: #69C676;
}
.AnyTagClassName
{
color: #69C676;
}
</style>
background-color css
<style>
a { background-color: #69C676; }
a { background-color: rgb(105,198,118); }
div.DivClassName
{
background-color: #69C676;
}
.BgClassName
{
background-color: #69C676;
}
</style>
border-color css
<style>
span { border-color: #69C676; }
span { border-color: rgb(105,198,118); }
td.TdClassName
{
border-color: #69C676;
}
.TagClassName
{
border-color: #69C676;
}
</style>