Shades of Fern #69A766
Tints of Fern #69A766
RGB
CMYK
RGB Variations
Color information
#69A766 (or 0x69A766) is known color: Fern. HEX triplet: 69, A7 and 66. RGB value is (105,167,102). Sum of RGB (Red+Green+Blue) = 105+167+102=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #69A766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A766 is #965899. Grayscale: #8D8D8D. Windows color (decimal): -9853082 or 6727529. OLE color: 6727529.
HSL color Cylindrical-coordinate representation of color #69A766: hue angle of 117.23º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A766 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 167 | 102 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.35 |
| HSL | 117.23º | 0.27% | 0.53% | - |
| HSV(B) | 117.23º | 0.39% | 0.65% | - |
| XYZ | 22.04 | 31.6 | 17.51 | - |
| YUV | 141.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 167 | 102 | 0.37 | 0 | 0.39 | 0.35 | 117.23 | 0.27 | 0.53 |
| Hex | 69 | A7 | 66 | 25 | 0 | 27 | 23 | 75 | 1B | 35 |
| Octal | 151 | 247 | 146 | 45 | 0 | 47 | 43 | 165 | 33 | 65 |
| Binary | 1101001 | 10100111 | 1100110 | 100101 | 0 | 100111 | 100011 | 1110101 | 11011 | 110101 |
Color Harmonies of #69A766
Complementary color
Monochromatic Colors of #69A766
Black with #69A766
Text Example
Text Example
White with #69A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A766; }
p { color: rgb(105,167,102); }
H1.HeaderClassName
{
color: #69A766;
}
.AnyTagClassName
{
color: #69A766;
}
</style>
background-color css
<style>
a { background-color: #69A766; }
a { background-color: rgb(105,167,102); }
div.DivClassName
{
background-color: #69A766;
}
.BgClassName
{
background-color: #69A766;
}
</style>
border-color css
<style>
span { border-color: #69A766; }
span { border-color: rgb(105,167,102); }
td.TdClassName
{
border-color: #69A766;
}
.TagClassName
{
border-color: #69A766;
}
</style>