Shades of Fern #69C770
Tints of Fern #69C770
RGB
CMYK
RGB Variations
Color information
#69C770 (or 0x69C770) is known color: Fern. HEX triplet: 69, C7 and 70. RGB value is (105,199,112). Sum of RGB (Red+Green+Blue) = 105+199+112=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #69C770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C770 is #96388F. Grayscale: #A1A1A1. Windows color (decimal): -9844880 or 7391081. OLE color: 7391081.
HSL color Cylindrical-coordinate representation of color #69C770: hue angle of 124.47º 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 #69C770 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 112 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.22 |
| HSL | 124.47º | 0.46% | 0.6% | - |
| HSV(B) | 124.47º | 0.47% | 0.78% | - |
| XYZ | 29.17 | 45.02 | 22.48 | - |
| YUV | 160.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 112 | 0.47 | 0 | 0.44 | 0.22 | 124.47 | 0.46 | 0.6 |
| Hex | 69 | C7 | 70 | 2F | 0 | 2C | 16 | 7C | 2E | 3C |
| Octal | 151 | 307 | 160 | 57 | 0 | 54 | 26 | 174 | 56 | 74 |
| Binary | 1101001 | 11000111 | 1110000 | 101111 | 0 | 101100 | 10110 | 1111100 | 101110 | 111100 |
Color Harmonies of #69C770
Complementary color
Monochromatic Colors of #69C770
Black with #69C770
Text Example
Text Example
White with #69C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C770; }
p { color: rgb(105,199,112); }
H1.HeaderClassName
{
color: #69C770;
}
.AnyTagClassName
{
color: #69C770;
}
</style>
background-color css
<style>
a { background-color: #69C770; }
a { background-color: rgb(105,199,112); }
div.DivClassName
{
background-color: #69C770;
}
.BgClassName
{
background-color: #69C770;
}
</style>
border-color css
<style>
span { border-color: #69C770; }
span { border-color: rgb(105,199,112); }
td.TdClassName
{
border-color: #69C770;
}
.TagClassName
{
border-color: #69C770;
}
</style>