Shades of Fern #69C76A
Tints of Fern #69C76A
RGB
CMYK
RGB Variations
Color information
#69C76A (or 0x69C76A) is known color: Fern. HEX triplet: 69, C7 and 6A. RGB value is (105,199,106). Sum of RGB (Red+Green+Blue) = 105+199+106=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #69C76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C76A is #963895. Grayscale: #A0A0A0. Windows color (decimal): -9844886 or 6997865. OLE color: 6997865.
HSL color Cylindrical-coordinate representation of color #69C76A: hue angle of 120.64º 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 #69C76A is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 106 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.22 |
| HSL | 120.64º | 0.46% | 0.6% | - |
| HSV(B) | 120.64º | 0.47% | 0.78% | - |
| XYZ | 28.85 | 44.89 | 20.78 | - |
| YUV | 160.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 106 | 0.47 | 0 | 0.47 | 0.22 | 120.64 | 0.46 | 0.6 |
| Hex | 69 | C7 | 6A | 2F | 0 | 2F | 16 | 79 | 2E | 3C |
| Octal | 151 | 307 | 152 | 57 | 0 | 57 | 26 | 171 | 56 | 74 |
| Binary | 1101001 | 11000111 | 1101010 | 101111 | 0 | 101111 | 10110 | 1111001 | 101110 | 111100 |
Color Harmonies of #69C76A
Complementary color
Monochromatic Colors of #69C76A
Black with #69C76A
Text Example
Text Example
White with #69C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C76A; }
p { color: rgb(105,199,106); }
H1.HeaderClassName
{
color: #69C76A;
}
.AnyTagClassName
{
color: #69C76A;
}
</style>
background-color css
<style>
a { background-color: #69C76A; }
a { background-color: rgb(105,199,106); }
div.DivClassName
{
background-color: #69C76A;
}
.BgClassName
{
background-color: #69C76A;
}
</style>
border-color css
<style>
span { border-color: #69C76A; }
span { border-color: rgb(105,199,106); }
td.TdClassName
{
border-color: #69C76A;
}
.TagClassName
{
border-color: #69C76A;
}
</style>