Shades of Fern #65C768
Tints of Fern #65C768
RGB
CMYK
RGB Variations
Color information
#65C768 (or 0x65C768) is known color: Fern. HEX triplet: 65, C7 and 68. RGB value is (101,199,104). Sum of RGB (Red+Green+Blue) = 101+199+104=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #65C768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C768 is #9A3897. Grayscale: #9F9F9F. Windows color (decimal): -10107032 or 6866789. OLE color: 6866789.
HSL color Cylindrical-coordinate representation of color #65C768: hue angle of 121.84º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C768 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 104 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.22 |
| HSL | 121.84º | 0.47% | 0.59% | - |
| HSV(B) | 121.84º | 0.49% | 0.78% | - |
| XYZ | 28.29 | 44.61 | 20.22 | - |
| YUV | 158.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 104 | 0.49 | 0 | 0.48 | 0.22 | 121.84 | 0.47 | 0.59 |
| Hex | 65 | C7 | 68 | 31 | 0 | 30 | 16 | 7A | 2F | 3B |
| Octal | 145 | 307 | 150 | 61 | 0 | 60 | 26 | 172 | 57 | 73 |
| Binary | 1100101 | 11000111 | 1101000 | 110001 | 0 | 110000 | 10110 | 1111010 | 101111 | 111011 |
Color Harmonies of #65C768
Complementary color
Monochromatic Colors of #65C768
Black with #65C768
Text Example
Text Example
White with #65C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C768; }
p { color: rgb(101,199,104); }
H1.HeaderClassName
{
color: #65C768;
}
.AnyTagClassName
{
color: #65C768;
}
</style>
background-color css
<style>
a { background-color: #65C768; }
a { background-color: rgb(101,199,104); }
div.DivClassName
{
background-color: #65C768;
}
.BgClassName
{
background-color: #65C768;
}
</style>
border-color css
<style>
span { border-color: #65C768; }
span { border-color: rgb(101,199,104); }
td.TdClassName
{
border-color: #65C768;
}
.TagClassName
{
border-color: #65C768;
}
</style>