Shades of Fern #64AF69
Tints of Fern #64AF69
RGB
CMYK
RGB Variations
Color information
#64AF69 (or 0x64AF69) is known color: Fern. HEX triplet: 64, AF and 69. RGB value is (100,175,105). Sum of RGB (Red+Green+Blue) = 100+175+105=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF69 is #9B5096. Grayscale: #909090. Windows color (decimal): -10178711 or 6926180. OLE color: 6926180.
HSL color Cylindrical-coordinate representation of color #64AF69: hue angle of 124º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF69 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 105 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.31 |
| HSL | 124º | 0.32% | 0.54% | - |
| HSV(B) | 124º | 0.43% | 0.69% | - |
| XYZ | 23.14 | 34.39 | 18.78 | - |
| YUV | 144.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 105 | 0.43 | 0 | 0.40 | 0.31 | 124 | 0.32 | 0.54 |
| Hex | 64 | AF | 69 | 2B | 0 | 28 | 1F | 7C | 20 | 36 |
| Octal | 144 | 257 | 151 | 53 | 0 | 50 | 37 | 174 | 40 | 66 |
| Binary | 1100100 | 10101111 | 1101001 | 101011 | 0 | 101000 | 11111 | 1111100 | 100000 | 110110 |
Color Harmonies of #64AF69
Complementary color
Monochromatic Colors of #64AF69
Black with #64AF69
Text Example
Text Example
White with #64AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF69; }
p { color: rgb(100,175,105); }
H1.HeaderClassName
{
color: #64AF69;
}
.AnyTagClassName
{
color: #64AF69;
}
</style>
background-color css
<style>
a { background-color: #64AF69; }
a { background-color: rgb(100,175,105); }
div.DivClassName
{
background-color: #64AF69;
}
.BgClassName
{
background-color: #64AF69;
}
</style>
border-color css
<style>
span { border-color: #64AF69; }
span { border-color: rgb(100,175,105); }
td.TdClassName
{
border-color: #64AF69;
}
.TagClassName
{
border-color: #64AF69;
}
</style>