Shades of Fern #65A768
Tints of Fern #65A768
RGB
CMYK
RGB Variations
Color information
#65A768 (or 0x65A768) is known color: Fern. HEX triplet: 65, A7 and 68. RGB value is (101,167,104). Sum of RGB (Red+Green+Blue) = 101+167+104=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #65A768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A768 is #9A5897. Grayscale: #8C8C8C. Windows color (decimal): -10115224 or 6858597. OLE color: 6858597.
HSL color Cylindrical-coordinate representation of color #65A768: hue angle of 122.73º 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 #65A768 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 104 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.35 |
| HSL | 122.73º | 0.27% | 0.53% | - |
| HSV(B) | 122.73º | 0.4% | 0.65% | - |
| XYZ | 21.68 | 31.4 | 18.02 | - |
| YUV | 140.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 104 | 0.40 | 0 | 0.38 | 0.35 | 122.73 | 0.27 | 0.53 |
| Hex | 65 | A7 | 68 | 28 | 0 | 26 | 23 | 7B | 1B | 35 |
| Octal | 145 | 247 | 150 | 50 | 0 | 46 | 43 | 173 | 33 | 65 |
| Binary | 1100101 | 10100111 | 1101000 | 101000 | 0 | 100110 | 100011 | 1111011 | 11011 | 110101 |
Color Harmonies of #65A768
Complementary color
Monochromatic Colors of #65A768
Black with #65A768
Text Example
Text Example
White with #65A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A768; }
p { color: rgb(101,167,104); }
H1.HeaderClassName
{
color: #65A768;
}
.AnyTagClassName
{
color: #65A768;
}
</style>
background-color css
<style>
a { background-color: #65A768; }
a { background-color: rgb(101,167,104); }
div.DivClassName
{
background-color: #65A768;
}
.BgClassName
{
background-color: #65A768;
}
</style>
border-color css
<style>
span { border-color: #65A768; }
span { border-color: rgb(101,167,104); }
td.TdClassName
{
border-color: #65A768;
}
.TagClassName
{
border-color: #65A768;
}
</style>