Shades of Fern #6CB464
Tints of Fern #6CB464
RGB
CMYK
RGB Variations
Color information
#6CB464 (or 0x6CB464) is known color: Fern. HEX triplet: 6C, B4 and 64. RGB value is (108,180,100). Sum of RGB (Red+Green+Blue) = 108+180+100=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB464 is #934B9B. Grayscale: #959595. Windows color (decimal): -9653148 or 6599788. OLE color: 6599788.
HSL color Cylindrical-coordinate representation of color #6CB464: hue angle of 114º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB464 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 100 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.29 |
| HSL | 114º | 0.35% | 0.55% | - |
| HSV(B) | 114º | 0.44% | 0.71% | - |
| XYZ | 24.81 | 36.75 | 17.84 | - |
| YUV | 149.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 100 | 0.40 | 0 | 0.44 | 0.29 | 114 | 0.35 | 0.55 |
| Hex | 6C | B4 | 64 | 28 | 0 | 2C | 1D | 72 | 23 | 37 |
| Octal | 154 | 264 | 144 | 50 | 0 | 54 | 35 | 162 | 43 | 67 |
| Binary | 1101100 | 10110100 | 1100100 | 101000 | 0 | 101100 | 11101 | 1110010 | 100011 | 110111 |
Color Harmonies of #6CB464
Complementary color
Monochromatic Colors of #6CB464
Black with #6CB464
Text Example
Text Example
White with #6CB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB464; }
p { color: rgb(108,180,100); }
H1.HeaderClassName
{
color: #6CB464;
}
.AnyTagClassName
{
color: #6CB464;
}
</style>
background-color css
<style>
a { background-color: #6CB464; }
a { background-color: rgb(108,180,100); }
div.DivClassName
{
background-color: #6CB464;
}
.BgClassName
{
background-color: #6CB464;
}
</style>
border-color css
<style>
span { border-color: #6CB464; }
span { border-color: rgb(108,180,100); }
td.TdClassName
{
border-color: #6CB464;
}
.TagClassName
{
border-color: #6CB464;
}
</style>