Shades of Fern #69B56C
Tints of Fern #69B56C
RGB
CMYK
RGB Variations
Color information
#69B56C (or 0x69B56C) is known color: Fern. HEX triplet: 69, B5 and 6C. RGB value is (105,181,108). Sum of RGB (Red+Green+Blue) = 105+181+108=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #69B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B56C is #964A93. Grayscale: #969696. Windows color (decimal): -9849492 or 7124329. OLE color: 7124329.
HSL color Cylindrical-coordinate representation of color #69B56C: hue angle of 122.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B56C is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 108 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.29 |
| HSL | 122.37º | 0.34% | 0.56% | - |
| HSV(B) | 122.37º | 0.42% | 0.71% | - |
| XYZ | 25.06 | 37.13 | 20.03 | - |
| YUV | 149.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 108 | 0.42 | 0 | 0.40 | 0.29 | 122.37 | 0.34 | 0.56 |
| Hex | 69 | B5 | 6C | 2A | 0 | 28 | 1D | 7A | 22 | 38 |
| Octal | 151 | 265 | 154 | 52 | 0 | 50 | 35 | 172 | 42 | 70 |
| Binary | 1101001 | 10110101 | 1101100 | 101010 | 0 | 101000 | 11101 | 1111010 | 100010 | 111000 |
Color Harmonies of #69B56C
Complementary color
Monochromatic Colors of #69B56C
Black with #69B56C
Text Example
Text Example
White with #69B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B56C; }
p { color: rgb(105,181,108); }
H1.HeaderClassName
{
color: #69B56C;
}
.AnyTagClassName
{
color: #69B56C;
}
</style>
background-color css
<style>
a { background-color: #69B56C; }
a { background-color: rgb(105,181,108); }
div.DivClassName
{
background-color: #69B56C;
}
.BgClassName
{
background-color: #69B56C;
}
</style>
border-color css
<style>
span { border-color: #69B56C; }
span { border-color: rgb(105,181,108); }
td.TdClassName
{
border-color: #69B56C;
}
.TagClassName
{
border-color: #69B56C;
}
</style>