Shades of Fern #69C16B
Tints of Fern #69C16B
RGB
CMYK
RGB Variations
Color information
#69C16B (or 0x69C16B) is known color: Fern. HEX triplet: 69, C1 and 6B. RGB value is (105,193,107). Sum of RGB (Red+Green+Blue) = 105+193+107=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #69C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C16B is #963E94. Grayscale: #9D9D9D. Windows color (decimal): -9846421 or 7061865. OLE color: 7061865.
HSL color Cylindrical-coordinate representation of color #69C16B: hue angle of 121.36º 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 #69C16B is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 107 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.24 |
| HSL | 121.36º | 0.42% | 0.58% | - |
| HSV(B) | 121.36º | 0.46% | 0.76% | - |
| XYZ | 27.55 | 42.2 | 20.6 | - |
| YUV | 156.88 | 99.85 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 107 | 0.46 | 0 | 0.45 | 0.24 | 121.36 | 0.42 | 0.58 |
| Hex | 69 | C1 | 6B | 2E | 0 | 2D | 18 | 79 | 2A | 3A |
| Octal | 151 | 301 | 153 | 56 | 0 | 55 | 30 | 171 | 52 | 72 |
| Binary | 1101001 | 11000001 | 1101011 | 101110 | 0 | 101101 | 11000 | 1111001 | 101010 | 111010 |
Color Harmonies of #69C16B
Complementary color
Monochromatic Colors of #69C16B
Black with #69C16B
Text Example
Text Example
White with #69C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C16B; }
p { color: rgb(105,193,107); }
H1.HeaderClassName
{
color: #69C16B;
}
.AnyTagClassName
{
color: #69C16B;
}
</style>
background-color css
<style>
a { background-color: #69C16B; }
a { background-color: rgb(105,193,107); }
div.DivClassName
{
background-color: #69C16B;
}
.BgClassName
{
background-color: #69C16B;
}
</style>
border-color css
<style>
span { border-color: #69C16B; }
span { border-color: rgb(105,193,107); }
td.TdClassName
{
border-color: #69C16B;
}
.TagClassName
{
border-color: #69C16B;
}
</style>