Shades of Fern #6CBF68
Tints of Fern #6CBF68
RGB
CMYK
RGB Variations
Color information
#6CBF68 (or 0x6CBF68) is known color: Fern. HEX triplet: 6C, BF and 68. RGB value is (108,191,104). Sum of RGB (Red+Green+Blue) = 108+191+104=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBF68 is #934097. Grayscale: #9C9C9C. Windows color (decimal): -9650328 or 6864748. OLE color: 6864748.
HSL color Cylindrical-coordinate representation of color #6CBF68: hue angle of 117.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CBF68 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 104 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.25 |
| HSL | 117.24º | 0.4% | 0.58% | - |
| HSV(B) | 117.24º | 0.46% | 0.75% | - |
| XYZ | 27.31 | 41.45 | 19.66 | - |
| YUV | 156.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 104 | 0.43 | 0 | 0.46 | 0.25 | 117.24 | 0.4 | 0.58 |
| Hex | 6C | BF | 68 | 2B | 0 | 2E | 19 | 75 | 28 | 3A |
| Octal | 154 | 277 | 150 | 53 | 0 | 56 | 31 | 165 | 50 | 72 |
| Binary | 1101100 | 10111111 | 1101000 | 101011 | 0 | 101110 | 11001 | 1110101 | 101000 | 111010 |
Color Harmonies of #6CBF68
Complementary color
Monochromatic Colors of #6CBF68
Black with #6CBF68
Text Example
Text Example
White with #6CBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF68; }
p { color: rgb(108,191,104); }
H1.HeaderClassName
{
color: #6CBF68;
}
.AnyTagClassName
{
color: #6CBF68;
}
</style>
background-color css
<style>
a { background-color: #6CBF68; }
a { background-color: rgb(108,191,104); }
div.DivClassName
{
background-color: #6CBF68;
}
.BgClassName
{
background-color: #6CBF68;
}
</style>
border-color css
<style>
span { border-color: #6CBF68; }
span { border-color: rgb(108,191,104); }
td.TdClassName
{
border-color: #6CBF68;
}
.TagClassName
{
border-color: #6CBF68;
}
</style>