Shades of Fern #6CB462
Tints of Fern #6CB462
RGB
CMYK
RGB Variations
Color information
#6CB462 (or 0x6CB462) is known color: Fern. HEX triplet: 6C, B4 and 62. RGB value is (108,180,98). Sum of RGB (Red+Green+Blue) = 108+180+98=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB462 is #934B9D. Grayscale: #959595. Windows color (decimal): -9653150 or 6468716. OLE color: 6468716.
HSL color Cylindrical-coordinate representation of color #6CB462: hue angle of 112.68º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CB462 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 98 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.29 |
| HSL | 112.68º | 0.35% | 0.55% | - |
| HSV(B) | 112.68º | 0.46% | 0.71% | - |
| XYZ | 24.71 | 36.71 | 17.34 | - |
| YUV | 149.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 98 | 0.40 | 0 | 0.46 | 0.29 | 112.68 | 0.35 | 0.55 |
| Hex | 6C | B4 | 62 | 28 | 0 | 2E | 1D | 71 | 23 | 37 |
| Octal | 154 | 264 | 142 | 50 | 0 | 56 | 35 | 161 | 43 | 67 |
| Binary | 1101100 | 10110100 | 1100010 | 101000 | 0 | 101110 | 11101 | 1110001 | 100011 | 110111 |
Color Harmonies of #6CB462
Complementary color
Monochromatic Colors of #6CB462
Black with #6CB462
Text Example
Text Example
White with #6CB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB462; }
p { color: rgb(108,180,98); }
H1.HeaderClassName
{
color: #6CB462;
}
.AnyTagClassName
{
color: #6CB462;
}
</style>
background-color css
<style>
a { background-color: #6CB462; }
a { background-color: rgb(108,180,98); }
div.DivClassName
{
background-color: #6CB462;
}
.BgClassName
{
background-color: #6CB462;
}
</style>
border-color css
<style>
span { border-color: #6CB462; }
span { border-color: rgb(108,180,98); }
td.TdClassName
{
border-color: #6CB462;
}
.TagClassName
{
border-color: #6CB462;
}
</style>