Shades of Fern #69C070
Tints of Fern #69C070
RGB
CMYK
RGB Variations
Color information
#69C070 (or 0x69C070) is known color: Fern. HEX triplet: 69, C0 and 70. RGB value is (105,192,112). Sum of RGB (Red+Green+Blue) = 105+192+112=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #69C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C070 is #963F8F. Grayscale: #9D9D9D. Windows color (decimal): -9846672 or 7389289. OLE color: 7389289.
HSL color Cylindrical-coordinate representation of color #69C070: hue angle of 124.83º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C070 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 112 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.25 |
| HSL | 124.83º | 0.41% | 0.58% | - |
| HSV(B) | 124.83º | 0.45% | 0.75% | - |
| XYZ | 27.6 | 41.87 | 21.96 | - |
| YUV | 156.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 112 | 0.45 | 0 | 0.42 | 0.25 | 124.83 | 0.41 | 0.58 |
| Hex | 69 | C0 | 70 | 2D | 0 | 2A | 19 | 7D | 29 | 3A |
| Octal | 151 | 300 | 160 | 55 | 0 | 52 | 31 | 175 | 51 | 72 |
| Binary | 1101001 | 11000000 | 1110000 | 101101 | 0 | 101010 | 11001 | 1111101 | 101001 | 111010 |
Color Harmonies of #69C070
Complementary color
Monochromatic Colors of #69C070
Black with #69C070
Text Example
Text Example
White with #69C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C070; }
p { color: rgb(105,192,112); }
H1.HeaderClassName
{
color: #69C070;
}
.AnyTagClassName
{
color: #69C070;
}
</style>
background-color css
<style>
a { background-color: #69C070; }
a { background-color: rgb(105,192,112); }
div.DivClassName
{
background-color: #69C070;
}
.BgClassName
{
background-color: #69C070;
}
</style>
border-color css
<style>
span { border-color: #69C070; }
span { border-color: rgb(105,192,112); }
td.TdClassName
{
border-color: #69C070;
}
.TagClassName
{
border-color: #69C070;
}
</style>