Shades of Fern #69C76F
Tints of Fern #69C76F
RGB
CMYK
RGB Variations
Color information
#69C76F (or 0x69C76F) is known color: Fern. HEX triplet: 69, C7 and 6F. RGB value is (105,199,111). Sum of RGB (Red+Green+Blue) = 105+199+111=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #69C76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C76F is #963890. Grayscale: #A1A1A1. Windows color (decimal): -9844881 or 7325545. OLE color: 7325545.
HSL color Cylindrical-coordinate representation of color #69C76F: hue angle of 123.83º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C76F is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 111 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.22 |
| HSL | 123.83º | 0.46% | 0.6% | - |
| HSV(B) | 123.83º | 0.47% | 0.78% | - |
| XYZ | 29.12 | 45 | 22.19 | - |
| YUV | 160.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 111 | 0.47 | 0 | 0.44 | 0.22 | 123.83 | 0.46 | 0.6 |
| Hex | 69 | C7 | 6F | 2F | 0 | 2C | 16 | 7C | 2E | 3C |
| Octal | 151 | 307 | 157 | 57 | 0 | 54 | 26 | 174 | 56 | 74 |
| Binary | 1101001 | 11000111 | 1101111 | 101111 | 0 | 101100 | 10110 | 1111100 | 101110 | 111100 |
Color Harmonies of #69C76F
Complementary color
Monochromatic Colors of #69C76F
Black with #69C76F
Text Example
Text Example
White with #69C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C76F; }
p { color: rgb(105,199,111); }
H1.HeaderClassName
{
color: #69C76F;
}
.AnyTagClassName
{
color: #69C76F;
}
</style>
background-color css
<style>
a { background-color: #69C76F; }
a { background-color: rgb(105,199,111); }
div.DivClassName
{
background-color: #69C76F;
}
.BgClassName
{
background-color: #69C76F;
}
</style>
border-color css
<style>
span { border-color: #69C76F; }
span { border-color: rgb(105,199,111); }
td.TdClassName
{
border-color: #69C76F;
}
.TagClassName
{
border-color: #69C76F;
}
</style>