Shades of Fern #6CB468
Tints of Fern #6CB468
RGB
CMYK
RGB Variations
Color information
#6CB468 (or 0x6CB468) is known color: Fern. HEX triplet: 6C, B4 and 68. RGB value is (108,180,104). Sum of RGB (Red+Green+Blue) = 108+180+104=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB468 is #934B97. Grayscale: #969696. Windows color (decimal): -9653144 or 6861932. OLE color: 6861932.
HSL color Cylindrical-coordinate representation of color #6CB468: hue angle of 116.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB468 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 104 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.29 |
| HSL | 116.84º | 0.34% | 0.56% | - |
| HSV(B) | 116.84º | 0.42% | 0.71% | - |
| XYZ | 25 | 36.83 | 18.89 | - |
| YUV | 149.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 104 | 0.40 | 0 | 0.42 | 0.29 | 116.84 | 0.34 | 0.56 |
| Hex | 6C | B4 | 68 | 28 | 0 | 2A | 1D | 75 | 22 | 38 |
| Octal | 154 | 264 | 150 | 50 | 0 | 52 | 35 | 165 | 42 | 70 |
| Binary | 1101100 | 10110100 | 1101000 | 101000 | 0 | 101010 | 11101 | 1110101 | 100010 | 111000 |
Color Harmonies of #6CB468
Complementary color
Monochromatic Colors of #6CB468
Black with #6CB468
Text Example
Text Example
White with #6CB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB468; }
p { color: rgb(108,180,104); }
H1.HeaderClassName
{
color: #6CB468;
}
.AnyTagClassName
{
color: #6CB468;
}
</style>
background-color css
<style>
a { background-color: #6CB468; }
a { background-color: rgb(108,180,104); }
div.DivClassName
{
background-color: #6CB468;
}
.BgClassName
{
background-color: #6CB468;
}
</style>
border-color css
<style>
span { border-color: #6CB468; }
span { border-color: rgb(108,180,104); }
td.TdClassName
{
border-color: #6CB468;
}
.TagClassName
{
border-color: #6CB468;
}
</style>