Shades of Fern #69A967
Tints of Fern #69A967
RGB
CMYK
RGB Variations
Color information
#69A967 (or 0x69A967) is known color: Fern. HEX triplet: 69, A9 and 67. RGB value is (105,169,103). Sum of RGB (Red+Green+Blue) = 105+169+103=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #69A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A967 is #965698. Grayscale: #8E8E8E. Windows color (decimal): -9852569 or 6793577. OLE color: 6793577.
HSL color Cylindrical-coordinate representation of color #69A967: hue angle of 118.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A967 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 169 | 103 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.34 |
| HSL | 118.18º | 0.28% | 0.53% | - |
| HSV(B) | 118.18º | 0.39% | 0.66% | - |
| XYZ | 22.46 | 32.36 | 17.89 | - |
| YUV | 142.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 169 | 103 | 0.38 | 0 | 0.39 | 0.34 | 118.18 | 0.28 | 0.53 |
| Hex | 69 | A9 | 67 | 26 | 0 | 27 | 22 | 76 | 1C | 35 |
| Octal | 151 | 251 | 147 | 46 | 0 | 47 | 42 | 166 | 34 | 65 |
| Binary | 1101001 | 10101001 | 1100111 | 100110 | 0 | 100111 | 100010 | 1110110 | 11100 | 110101 |
Color Harmonies of #69A967
Complementary color
Monochromatic Colors of #69A967
Black with #69A967
Text Example
Text Example
White with #69A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A967; }
p { color: rgb(105,169,103); }
H1.HeaderClassName
{
color: #69A967;
}
.AnyTagClassName
{
color: #69A967;
}
</style>
background-color css
<style>
a { background-color: #69A967; }
a { background-color: rgb(105,169,103); }
div.DivClassName
{
background-color: #69A967;
}
.BgClassName
{
background-color: #69A967;
}
</style>
border-color css
<style>
span { border-color: #69A967; }
span { border-color: rgb(105,169,103); }
td.TdClassName
{
border-color: #69A967;
}
.TagClassName
{
border-color: #69A967;
}
</style>