Shades of Fern #69C66C
Tints of Fern #69C66C
RGB
CMYK
RGB Variations
Color information
#69C66C (or 0x69C66C) is known color: Fern. HEX triplet: 69, C6 and 6C. RGB value is (105,198,108). Sum of RGB (Red+Green+Blue) = 105+198+108=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #69C66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C66C is #963993. Grayscale: #A0A0A0. Windows color (decimal): -9845140 or 7128681. OLE color: 7128681.
HSL color Cylindrical-coordinate representation of color #69C66C: hue angle of 121.94º 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 #69C66C is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 108 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.22 |
| HSL | 121.94º | 0.45% | 0.59% | - |
| HSV(B) | 121.94º | 0.47% | 0.78% | - |
| XYZ | 28.73 | 44.47 | 21.26 | - |
| YUV | 159.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 108 | 0.47 | 0 | 0.45 | 0.22 | 121.94 | 0.45 | 0.59 |
| Hex | 69 | C6 | 6C | 2F | 0 | 2D | 16 | 7A | 2D | 3B |
| Octal | 151 | 306 | 154 | 57 | 0 | 55 | 26 | 172 | 55 | 73 |
| Binary | 1101001 | 11000110 | 1101100 | 101111 | 0 | 101101 | 10110 | 1111010 | 101101 | 111011 |
Color Harmonies of #69C66C
Complementary color
Monochromatic Colors of #69C66C
Black with #69C66C
Text Example
Text Example
White with #69C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C66C; }
p { color: rgb(105,198,108); }
H1.HeaderClassName
{
color: #69C66C;
}
.AnyTagClassName
{
color: #69C66C;
}
</style>
background-color css
<style>
a { background-color: #69C66C; }
a { background-color: rgb(105,198,108); }
div.DivClassName
{
background-color: #69C66C;
}
.BgClassName
{
background-color: #69C66C;
}
</style>
border-color css
<style>
span { border-color: #69C66C; }
span { border-color: rgb(105,198,108); }
td.TdClassName
{
border-color: #69C66C;
}
.TagClassName
{
border-color: #69C66C;
}
</style>