Shades of Fern #64AC6C
Tints of Fern #64AC6C
RGB
CMYK
RGB Variations
Color information
#64AC6C (or 0x64AC6C) is known color: Fern. HEX triplet: 64, AC and 6C. RGB value is (100,172,108). Sum of RGB (Red+Green+Blue) = 100+172+108=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC6C is #9B5393. Grayscale: #8F8F8F. Windows color (decimal): -10179476 or 7122020. OLE color: 7122020.
HSL color Cylindrical-coordinate representation of color #64AC6C: hue angle of 126.67º 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 #64AC6C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 108 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.33 |
| HSL | 126.67º | 0.3% | 0.53% | - |
| HSV(B) | 126.67º | 0.42% | 0.67% | - |
| XYZ | 22.71 | 33.3 | 19.42 | - |
| YUV | 143.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 108 | 0.42 | 0 | 0.37 | 0.33 | 126.67 | 0.3 | 0.53 |
| Hex | 64 | AC | 6C | 2A | 0 | 25 | 21 | 7F | 1E | 35 |
| Octal | 144 | 254 | 154 | 52 | 0 | 45 | 41 | 177 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1101100 | 101010 | 0 | 100101 | 100001 | 1111111 | 11110 | 110101 |
Color Harmonies of #64AC6C
Complementary color
Monochromatic Colors of #64AC6C
Black with #64AC6C
Text Example
Text Example
White with #64AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC6C; }
p { color: rgb(100,172,108); }
H1.HeaderClassName
{
color: #64AC6C;
}
.AnyTagClassName
{
color: #64AC6C;
}
</style>
background-color css
<style>
a { background-color: #64AC6C; }
a { background-color: rgb(100,172,108); }
div.DivClassName
{
background-color: #64AC6C;
}
.BgClassName
{
background-color: #64AC6C;
}
</style>
border-color css
<style>
span { border-color: #64AC6C; }
span { border-color: rgb(100,172,108); }
td.TdClassName
{
border-color: #64AC6C;
}
.TagClassName
{
border-color: #64AC6C;
}
</style>