Shades of Fern #69C87C
Tints of Fern #69C87C
RGB
CMYK
RGB Variations
Color information
#69C87C (or 0x69C87C) is known color: Fern. HEX triplet: 69, C8 and 7C. RGB value is (105,200,124). Sum of RGB (Red+Green+Blue) = 105+200+124=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #69C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C87C is #963783. Grayscale: #A3A3A3. Windows color (decimal): -9844612 or 8177769. OLE color: 8177769.
HSL color Cylindrical-coordinate representation of color #69C87C: hue angle of 132º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C87C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 124 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.22 |
| HSL | 132º | 0.46% | 0.6% | - |
| HSV(B) | 132º | 0.48% | 0.78% | - |
| XYZ | 30.12 | 45.77 | 26.32 | - |
| YUV | 162.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 124 | 0.48 | 0 | 0.38 | 0.22 | 132 | 0.46 | 0.6 |
| Hex | 69 | C8 | 7C | 30 | 0 | 26 | 16 | 84 | 2E | 3C |
| Octal | 151 | 310 | 174 | 60 | 0 | 46 | 26 | 204 | 56 | 74 |
| Binary | 1101001 | 11001000 | 1111100 | 110000 | 0 | 100110 | 10110 | 10000100 | 101110 | 111100 |
Color Harmonies of #69C87C
Complementary color
Monochromatic Colors of #69C87C
Black with #69C87C
Text Example
Text Example
White with #69C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C87C; }
p { color: rgb(105,200,124); }
H1.HeaderClassName
{
color: #69C87C;
}
.AnyTagClassName
{
color: #69C87C;
}
</style>
background-color css
<style>
a { background-color: #69C87C; }
a { background-color: rgb(105,200,124); }
div.DivClassName
{
background-color: #69C87C;
}
.BgClassName
{
background-color: #69C87C;
}
</style>
border-color css
<style>
span { border-color: #69C87C; }
span { border-color: rgb(105,200,124); }
td.TdClassName
{
border-color: #69C87C;
}
.TagClassName
{
border-color: #69C87C;
}
</style>