Shades of Fern #69C778
Tints of Fern #69C778
RGB
CMYK
RGB Variations
Color information
#69C778 (or 0x69C778) is known color: Fern. HEX triplet: 69, C7 and 78. RGB value is (105,199,120). Sum of RGB (Red+Green+Blue) = 105+199+120=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #69C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C778 is #963887. Grayscale: #A2A2A2. Windows color (decimal): -9844872 or 7915369. OLE color: 7915369.
HSL color Cylindrical-coordinate representation of color #69C778: hue angle of 129.57º 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 #69C778 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 120 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.22 |
| HSL | 129.57º | 0.46% | 0.6% | - |
| HSV(B) | 129.57º | 0.47% | 0.78% | - |
| XYZ | 29.64 | 45.21 | 24.93 | - |
| YUV | 161.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 120 | 0.47 | 0 | 0.40 | 0.22 | 129.57 | 0.46 | 0.6 |
| Hex | 69 | C7 | 78 | 2F | 0 | 28 | 16 | 82 | 2E | 3C |
| Octal | 151 | 307 | 170 | 57 | 0 | 50 | 26 | 202 | 56 | 74 |
| Binary | 1101001 | 11000111 | 1111000 | 101111 | 0 | 101000 | 10110 | 10000010 | 101110 | 111100 |
Color Harmonies of #69C778
Complementary color
Monochromatic Colors of #69C778
Black with #69C778
Text Example
Text Example
White with #69C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C778; }
p { color: rgb(105,199,120); }
H1.HeaderClassName
{
color: #69C778;
}
.AnyTagClassName
{
color: #69C778;
}
</style>
background-color css
<style>
a { background-color: #69C778; }
a { background-color: rgb(105,199,120); }
div.DivClassName
{
background-color: #69C778;
}
.BgClassName
{
background-color: #69C778;
}
</style>
border-color css
<style>
span { border-color: #69C778; }
span { border-color: rgb(105,199,120); }
td.TdClassName
{
border-color: #69C778;
}
.TagClassName
{
border-color: #69C778;
}
</style>