Shades of Fern #69AD68
Tints of Fern #69AD68
RGB
CMYK
RGB Variations
Color information
#69AD68 (or 0x69AD68) is known color: Fern. HEX triplet: 69, AD and 68. RGB value is (105,173,104). Sum of RGB (Red+Green+Blue) = 105+173+104=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD68 is #965297. Grayscale: #919191. Windows color (decimal): -9851544 or 6860137. OLE color: 6860137.
HSL color Cylindrical-coordinate representation of color #69AD68: hue angle of 119.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AD68 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 104 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.32 |
| HSL | 119.13º | 0.3% | 0.54% | - |
| HSV(B) | 119.13º | 0.4% | 0.68% | - |
| XYZ | 23.27 | 33.89 | 18.41 | - |
| YUV | 144.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 104 | 0.39 | 0 | 0.40 | 0.32 | 119.13 | 0.3 | 0.54 |
| Hex | 69 | AD | 68 | 27 | 0 | 28 | 20 | 77 | 1E | 36 |
| Octal | 151 | 255 | 150 | 47 | 0 | 50 | 40 | 167 | 36 | 66 |
| Binary | 1101001 | 10101101 | 1101000 | 100111 | 0 | 101000 | 100000 | 1110111 | 11110 | 110110 |
Color Harmonies of #69AD68
Complementary color
Monochromatic Colors of #69AD68
Black with #69AD68
Text Example
Text Example
White with #69AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD68; }
p { color: rgb(105,173,104); }
H1.HeaderClassName
{
color: #69AD68;
}
.AnyTagClassName
{
color: #69AD68;
}
</style>
background-color css
<style>
a { background-color: #69AD68; }
a { background-color: rgb(105,173,104); }
div.DivClassName
{
background-color: #69AD68;
}
.BgClassName
{
background-color: #69AD68;
}
</style>
border-color css
<style>
span { border-color: #69AD68; }
span { border-color: rgb(105,173,104); }
td.TdClassName
{
border-color: #69AD68;
}
.TagClassName
{
border-color: #69AD68;
}
</style>