Shades of Fern #65A76F
Tints of Fern #65A76F
RGB
CMYK
RGB Variations
Color information
#65A76F (or 0x65A76F) is known color: Fern. HEX triplet: 65, A7 and 6F. RGB value is (101,167,111). Sum of RGB (Red+Green+Blue) = 101+167+111=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #65A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A76F is #9A5890. Grayscale: #8D8D8D. Windows color (decimal): -10115217 or 7317349. OLE color: 7317349.
HSL color Cylindrical-coordinate representation of color #65A76F: hue angle of 129.09º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A76F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 111 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.35 |
| HSL | 129.09º | 0.27% | 0.53% | - |
| HSV(B) | 129.09º | 0.4% | 0.65% | - |
| XYZ | 22.05 | 31.55 | 19.97 | - |
| YUV | 140.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 111 | 0.40 | 0 | 0.34 | 0.35 | 129.09 | 0.27 | 0.53 |
| Hex | 65 | A7 | 6F | 28 | 0 | 22 | 23 | 81 | 1B | 35 |
| Octal | 145 | 247 | 157 | 50 | 0 | 42 | 43 | 201 | 33 | 65 |
| Binary | 1100101 | 10100111 | 1101111 | 101000 | 0 | 100010 | 100011 | 10000001 | 11011 | 110101 |
Color Harmonies of #65A76F
Complementary color
Monochromatic Colors of #65A76F
Black with #65A76F
Text Example
Text Example
White with #65A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A76F; }
p { color: rgb(101,167,111); }
H1.HeaderClassName
{
color: #65A76F;
}
.AnyTagClassName
{
color: #65A76F;
}
</style>
background-color css
<style>
a { background-color: #65A76F; }
a { background-color: rgb(101,167,111); }
div.DivClassName
{
background-color: #65A76F;
}
.BgClassName
{
background-color: #65A76F;
}
</style>
border-color css
<style>
span { border-color: #65A76F; }
span { border-color: rgb(101,167,111); }
td.TdClassName
{
border-color: #65A76F;
}
.TagClassName
{
border-color: #65A76F;
}
</style>