Shades of Fern #64AC76
Tints of Fern #64AC76
RGB
CMYK
RGB Variations
Color information
#64AC76 (or 0x64AC76) is known color: Fern. HEX triplet: 64, AC and 76. RGB value is (100,172,118). Sum of RGB (Red+Green+Blue) = 100+172+118=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC76 is #9B5389. Grayscale: #909090. Windows color (decimal): -10179466 or 7777380. OLE color: 7777380.
HSL color Cylindrical-coordinate representation of color #64AC76: hue angle of 135º 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 #64AC76 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 118 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.33 |
| HSL | 135º | 0.3% | 0.53% | - |
| HSV(B) | 135º | 0.42% | 0.67% | - |
| XYZ | 23.28 | 33.52 | 22.38 | - |
| YUV | 144.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 118 | 0.42 | 0 | 0.31 | 0.33 | 135 | 0.3 | 0.53 |
| Hex | 64 | AC | 76 | 2A | 0 | 1F | 21 | 87 | 1E | 35 |
| Octal | 144 | 254 | 166 | 52 | 0 | 37 | 41 | 207 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1110110 | 101010 | 0 | 11111 | 100001 | 10000111 | 11110 | 110101 |
Color Harmonies of #64AC76
Complementary color
Monochromatic Colors of #64AC76
Black with #64AC76
Text Example
Text Example
White with #64AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC76; }
p { color: rgb(100,172,118); }
H1.HeaderClassName
{
color: #64AC76;
}
.AnyTagClassName
{
color: #64AC76;
}
</style>
background-color css
<style>
a { background-color: #64AC76; }
a { background-color: rgb(100,172,118); }
div.DivClassName
{
background-color: #64AC76;
}
.BgClassName
{
background-color: #64AC76;
}
</style>
border-color css
<style>
span { border-color: #64AC76; }
span { border-color: rgb(100,172,118); }
td.TdClassName
{
border-color: #64AC76;
}
.TagClassName
{
border-color: #64AC76;
}
</style>