Shades of Fern #69C16D
Tints of Fern #69C16D
RGB
CMYK
RGB Variations
Color information
#69C16D (or 0x69C16D) is known color: Fern. HEX triplet: 69, C1 and 6D. RGB value is (105,193,109). Sum of RGB (Red+Green+Blue) = 105+193+109=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #69C16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C16D is #963E92. Grayscale: #9D9D9D. Windows color (decimal): -9846419 or 7192937. OLE color: 7192937.
HSL color Cylindrical-coordinate representation of color #69C16D: hue angle of 122.73º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C16D is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 109 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.24 |
| HSL | 122.73º | 0.42% | 0.58% | - |
| HSV(B) | 122.73º | 0.46% | 0.76% | - |
| XYZ | 27.66 | 42.25 | 21.16 | - |
| YUV | 157.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 109 | 0.46 | 0 | 0.44 | 0.24 | 122.73 | 0.42 | 0.58 |
| Hex | 69 | C1 | 6D | 2E | 0 | 2C | 18 | 7B | 2A | 3A |
| Octal | 151 | 301 | 155 | 56 | 0 | 54 | 30 | 173 | 52 | 72 |
| Binary | 1101001 | 11000001 | 1101101 | 101110 | 0 | 101100 | 11000 | 1111011 | 101010 | 111010 |
Color Harmonies of #69C16D
Complementary color
Monochromatic Colors of #69C16D
Black with #69C16D
Text Example
Text Example
White with #69C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C16D; }
p { color: rgb(105,193,109); }
H1.HeaderClassName
{
color: #69C16D;
}
.AnyTagClassName
{
color: #69C16D;
}
</style>
background-color css
<style>
a { background-color: #69C16D; }
a { background-color: rgb(105,193,109); }
div.DivClassName
{
background-color: #69C16D;
}
.BgClassName
{
background-color: #69C16D;
}
</style>
border-color css
<style>
span { border-color: #69C16D; }
span { border-color: rgb(105,193,109); }
td.TdClassName
{
border-color: #69C16D;
}
.TagClassName
{
border-color: #69C16D;
}
</style>