Shades of Fern #64B267
Tints of Fern #64B267
RGB
CMYK
RGB Variations
Color information
#64B267 (or 0x64B267) is known color: Fern. HEX triplet: 64, B2 and 67. RGB value is (100,178,103). Sum of RGB (Red+Green+Blue) = 100+178+103=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #64B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B267 is #9B4D98. Grayscale: #929292. Windows color (decimal): -10177945 or 6795876. OLE color: 6795876.
HSL color Cylindrical-coordinate representation of color #64B267: hue angle of 122.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B267 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 103 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.30 |
| HSL | 122.31º | 0.34% | 0.55% | - |
| HSV(B) | 122.31º | 0.44% | 0.7% | - |
| XYZ | 23.62 | 35.53 | 18.44 | - |
| YUV | 146.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 103 | 0.44 | 0 | 0.42 | 0.30 | 122.31 | 0.34 | 0.55 |
| Hex | 64 | B2 | 67 | 2C | 0 | 2A | 1E | 7A | 22 | 37 |
| Octal | 144 | 262 | 147 | 54 | 0 | 52 | 36 | 172 | 42 | 67 |
| Binary | 1100100 | 10110010 | 1100111 | 101100 | 0 | 101010 | 11110 | 1111010 | 100010 | 110111 |
Color Harmonies of #64B267
Complementary color
Monochromatic Colors of #64B267
Black with #64B267
Text Example
Text Example
White with #64B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B267; }
p { color: rgb(100,178,103); }
H1.HeaderClassName
{
color: #64B267;
}
.AnyTagClassName
{
color: #64B267;
}
</style>
background-color css
<style>
a { background-color: #64B267; }
a { background-color: rgb(100,178,103); }
div.DivClassName
{
background-color: #64B267;
}
.BgClassName
{
background-color: #64B267;
}
</style>
border-color css
<style>
span { border-color: #64B267; }
span { border-color: rgb(100,178,103); }
td.TdClassName
{
border-color: #64B267;
}
.TagClassName
{
border-color: #64B267;
}
</style>