Shades of Fern #65AC64
Tints of Fern #65AC64
RGB
CMYK
RGB Variations
Color information
#65AC64 (or 0x65AC64) is known color: Fern. HEX triplet: 65, AC and 64. RGB value is (101,172,100). Sum of RGB (Red+Green+Blue) = 101+172+100=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC64 is #9A539B. Grayscale: #8E8E8E. Windows color (decimal): -10113948 or 6597733. OLE color: 6597733.
HSL color Cylindrical-coordinate representation of color #65AC64: hue angle of 119.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AC64 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 172 | 100 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.33 |
| HSL | 119.17º | 0.3% | 0.53% | - |
| HSV(B) | 119.17º | 0.42% | 0.67% | - |
| XYZ | 22.42 | 33.19 | 17.28 | - |
| YUV | 142.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 172 | 100 | 0.41 | 0 | 0.42 | 0.33 | 119.17 | 0.3 | 0.53 |
| Hex | 65 | AC | 64 | 29 | 0 | 2A | 21 | 77 | 1E | 35 |
| Octal | 145 | 254 | 144 | 51 | 0 | 52 | 41 | 167 | 36 | 65 |
| Binary | 1100101 | 10101100 | 1100100 | 101001 | 0 | 101010 | 100001 | 1110111 | 11110 | 110101 |
Color Harmonies of #65AC64
Complementary color
Monochromatic Colors of #65AC64
Black with #65AC64
Text Example
Text Example
White with #65AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AC64; }
p { color: rgb(101,172,100); }
H1.HeaderClassName
{
color: #65AC64;
}
.AnyTagClassName
{
color: #65AC64;
}
</style>
background-color css
<style>
a { background-color: #65AC64; }
a { background-color: rgb(101,172,100); }
div.DivClassName
{
background-color: #65AC64;
}
.BgClassName
{
background-color: #65AC64;
}
</style>
border-color css
<style>
span { border-color: #65AC64; }
span { border-color: rgb(101,172,100); }
td.TdClassName
{
border-color: #65AC64;
}
.TagClassName
{
border-color: #65AC64;
}
</style>