Shades of Fern #6FC064
Tints of Fern #6FC064
RGB
CMYK
RGB Variations
Color information
#6FC064 (or 0x6FC064) is known color: Fern. HEX triplet: 6F, C0 and 64. RGB value is (111,192,100). Sum of RGB (Red+Green+Blue) = 111+192+100=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC064 is #903F9B. Grayscale: #9D9D9D. Windows color (decimal): -9453468 or 6602863. OLE color: 6602863.
HSL color Cylindrical-coordinate representation of color #6FC064: hue angle of 112.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FC064 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 100 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.25 |
| HSL | 112.83º | 0.42% | 0.57% | - |
| HSV(B) | 112.83º | 0.48% | 0.75% | - |
| XYZ | 27.71 | 42 | 18.7 | - |
| YUV | 157.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 100 | 0.42 | 0 | 0.48 | 0.25 | 112.83 | 0.42 | 0.57 |
| Hex | 6F | C0 | 64 | 2A | 0 | 30 | 19 | 71 | 2A | 39 |
| Octal | 157 | 300 | 144 | 52 | 0 | 60 | 31 | 161 | 52 | 71 |
| Binary | 1101111 | 11000000 | 1100100 | 101010 | 0 | 110000 | 11001 | 1110001 | 101010 | 111001 |
Color Harmonies of #6FC064
Complementary color
Monochromatic Colors of #6FC064
Black with #6FC064
Text Example
Text Example
White with #6FC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC064; }
p { color: rgb(111,192,100); }
H1.HeaderClassName
{
color: #6FC064;
}
.AnyTagClassName
{
color: #6FC064;
}
</style>
background-color css
<style>
a { background-color: #6FC064; }
a { background-color: rgb(111,192,100); }
div.DivClassName
{
background-color: #6FC064;
}
.BgClassName
{
background-color: #6FC064;
}
</style>
border-color css
<style>
span { border-color: #6FC064; }
span { border-color: rgb(111,192,100); }
td.TdClassName
{
border-color: #6FC064;
}
.TagClassName
{
border-color: #6FC064;
}
</style>