Shades of Fern #65A669
Tints of Fern #65A669
RGB
CMYK
RGB Variations
Color information
#65A669 (or 0x65A669) is known color: Fern. HEX triplet: 65, A6 and 69. RGB value is (101,166,105). Sum of RGB (Red+Green+Blue) = 101+166+105=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #65A669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A669 is #9A5996. Grayscale: #8B8B8B. Windows color (decimal): -10115479 or 6923877. OLE color: 6923877.
HSL color Cylindrical-coordinate representation of color #65A669: hue angle of 123.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A669 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 105 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.35 |
| HSL | 123.69º | 0.27% | 0.52% | - |
| HSV(B) | 123.69º | 0.39% | 0.65% | - |
| XYZ | 21.55 | 31.06 | 18.22 | - |
| YUV | 139.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 105 | 0.39 | 0 | 0.37 | 0.35 | 123.69 | 0.27 | 0.52 |
| Hex | 65 | A6 | 69 | 27 | 0 | 25 | 23 | 7C | 1B | 34 |
| Octal | 145 | 246 | 151 | 47 | 0 | 45 | 43 | 174 | 33 | 64 |
| Binary | 1100101 | 10100110 | 1101001 | 100111 | 0 | 100101 | 100011 | 1111100 | 11011 | 110100 |
Color Harmonies of #65A669
Complementary color
Monochromatic Colors of #65A669
Black with #65A669
Text Example
Text Example
White with #65A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A669; }
p { color: rgb(101,166,105); }
H1.HeaderClassName
{
color: #65A669;
}
.AnyTagClassName
{
color: #65A669;
}
</style>
background-color css
<style>
a { background-color: #65A669; }
a { background-color: rgb(101,166,105); }
div.DivClassName
{
background-color: #65A669;
}
.BgClassName
{
background-color: #65A669;
}
</style>
border-color css
<style>
span { border-color: #65A669; }
span { border-color: rgb(101,166,105); }
td.TdClassName
{
border-color: #65A669;
}
.TagClassName
{
border-color: #65A669;
}
</style>