Shades of Fern #69C67C
Tints of Fern #69C67C
RGB
CMYK
RGB Variations
Color information
#69C67C (or 0x69C67C) is known color: Fern. HEX triplet: 69, C6 and 7C. RGB value is (105,198,124). Sum of RGB (Red+Green+Blue) = 105+198+124=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #69C67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C67C is #963983. Grayscale: #A1A1A1. Windows color (decimal): -9845124 or 8177257. OLE color: 8177257.
HSL color Cylindrical-coordinate representation of color #69C67C: hue angle of 132.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C67C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 198 | 124 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.22 |
| HSL | 132.26º | 0.45% | 0.59% | - |
| HSV(B) | 132.26º | 0.47% | 0.78% | - |
| XYZ | 29.66 | 44.85 | 26.16 | - |
| YUV | 161.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 198 | 124 | 0.47 | 0 | 0.37 | 0.22 | 132.26 | 0.45 | 0.59 |
| Hex | 69 | C6 | 7C | 2F | 0 | 25 | 16 | 84 | 2D | 3B |
| Octal | 151 | 306 | 174 | 57 | 0 | 45 | 26 | 204 | 55 | 73 |
| Binary | 1101001 | 11000110 | 1111100 | 101111 | 0 | 100101 | 10110 | 10000100 | 101101 | 111011 |
Color Harmonies of #69C67C
Complementary color
Monochromatic Colors of #69C67C
Black with #69C67C
Text Example
Text Example
White with #69C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C67C; }
p { color: rgb(105,198,124); }
H1.HeaderClassName
{
color: #69C67C;
}
.AnyTagClassName
{
color: #69C67C;
}
</style>
background-color css
<style>
a { background-color: #69C67C; }
a { background-color: rgb(105,198,124); }
div.DivClassName
{
background-color: #69C67C;
}
.BgClassName
{
background-color: #69C67C;
}
</style>
border-color css
<style>
span { border-color: #69C67C; }
span { border-color: rgb(105,198,124); }
td.TdClassName
{
border-color: #69C67C;
}
.TagClassName
{
border-color: #69C67C;
}
</style>