Shades of Fern #69C477
Tints of Fern #69C477
RGB
CMYK
RGB Variations
Color information
#69C477 (or 0x69C477) is known color: Fern. HEX triplet: 69, C4 and 77. RGB value is (105,196,119). Sum of RGB (Red+Green+Blue) = 105+196+119=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #69C477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C477 is #963B88. Grayscale: #A0A0A0. Windows color (decimal): -9845641 or 7849065. OLE color: 7849065.
HSL color Cylindrical-coordinate representation of color #69C477: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C477 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 119 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.23 |
| HSL | 129.23º | 0.44% | 0.59% | - |
| HSV(B) | 129.23º | 0.46% | 0.77% | - |
| XYZ | 28.9 | 43.82 | 24.39 | - |
| YUV | 160.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 119 | 0.46 | 0 | 0.39 | 0.23 | 129.23 | 0.44 | 0.59 |
| Hex | 69 | C4 | 77 | 2E | 0 | 27 | 17 | 81 | 2C | 3B |
| Octal | 151 | 304 | 167 | 56 | 0 | 47 | 27 | 201 | 54 | 73 |
| Binary | 1101001 | 11000100 | 1110111 | 101110 | 0 | 100111 | 10111 | 10000001 | 101100 | 111011 |
Color Harmonies of #69C477
Complementary color
Monochromatic Colors of #69C477
Black with #69C477
Text Example
Text Example
White with #69C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C477; }
p { color: rgb(105,196,119); }
H1.HeaderClassName
{
color: #69C477;
}
.AnyTagClassName
{
color: #69C477;
}
</style>
background-color css
<style>
a { background-color: #69C477; }
a { background-color: rgb(105,196,119); }
div.DivClassName
{
background-color: #69C477;
}
.BgClassName
{
background-color: #69C477;
}
</style>
border-color css
<style>
span { border-color: #69C477; }
span { border-color: rgb(105,196,119); }
td.TdClassName
{
border-color: #69C477;
}
.TagClassName
{
border-color: #69C477;
}
</style>