Shades of Fern #69AD64
Tints of Fern #69AD64
RGB
CMYK
RGB Variations
Color information
#69AD64 (or 0x69AD64) is known color: Fern. HEX triplet: 69, AD and 64. RGB value is (105,173,100). Sum of RGB (Red+Green+Blue) = 105+173+100=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AD64 is #96529B. Grayscale: #909090. Windows color (decimal): -9851548 or 6597993. OLE color: 6597993.
HSL color Cylindrical-coordinate representation of color #69AD64: hue angle of 115.89º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69AD64 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 100 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.32 |
| HSL | 115.89º | 0.31% | 0.54% | - |
| HSV(B) | 115.89º | 0.42% | 0.68% | - |
| XYZ | 23.07 | 33.81 | 17.37 | - |
| YUV | 144.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 100 | 0.39 | 0 | 0.42 | 0.32 | 115.89 | 0.31 | 0.54 |
| Hex | 69 | AD | 64 | 27 | 0 | 2A | 20 | 74 | 1F | 36 |
| Octal | 151 | 255 | 144 | 47 | 0 | 52 | 40 | 164 | 37 | 66 |
| Binary | 1101001 | 10101101 | 1100100 | 100111 | 0 | 101010 | 100000 | 1110100 | 11111 | 110110 |
Color Harmonies of #69AD64
Complementary color
Monochromatic Colors of #69AD64
Black with #69AD64
Text Example
Text Example
White with #69AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD64; }
p { color: rgb(105,173,100); }
H1.HeaderClassName
{
color: #69AD64;
}
.AnyTagClassName
{
color: #69AD64;
}
</style>
background-color css
<style>
a { background-color: #69AD64; }
a { background-color: rgb(105,173,100); }
div.DivClassName
{
background-color: #69AD64;
}
.BgClassName
{
background-color: #69AD64;
}
</style>
border-color css
<style>
span { border-color: #69AD64; }
span { border-color: rgb(105,173,100); }
td.TdClassName
{
border-color: #69AD64;
}
.TagClassName
{
border-color: #69AD64;
}
</style>