Shades of Fern #6BCB68
Tints of Fern #6BCB68
RGB
CMYK
RGB Variations
Color information
#6BCB68 (or 0x6BCB68) is known color: Fern. HEX triplet: 6B, CB and 68. RGB value is (107,203,104). Sum of RGB (Red+Green+Blue) = 107+203+104=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB68 is #943497. Grayscale: #A3A3A3. Windows color (decimal): -9712792 or 6867819. OLE color: 6867819.
HSL color Cylindrical-coordinate representation of color #6BCB68: hue angle of 118.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCB68 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 104 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.20 |
| HSL | 118.18º | 0.49% | 0.6% | - |
| HSV(B) | 118.18º | 0.49% | 0.8% | - |
| XYZ | 29.92 | 46.84 | 20.56 | - |
| YUV | 163.01 | 94.7 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 104 | 0.47 | 0 | 0.49 | 0.20 | 118.18 | 0.49 | 0.6 |
| Hex | 6B | CB | 68 | 2F | 0 | 31 | 14 | 76 | 31 | 3C |
| Octal | 153 | 313 | 150 | 57 | 0 | 61 | 24 | 166 | 61 | 74 |
| Binary | 1101011 | 11001011 | 1101000 | 101111 | 0 | 110001 | 10100 | 1110110 | 110001 | 111100 |
Color Harmonies of #6BCB68
Complementary color
Monochromatic Colors of #6BCB68
Black with #6BCB68
Text Example
Text Example
White with #6BCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB68; }
p { color: rgb(107,203,104); }
H1.HeaderClassName
{
color: #6BCB68;
}
.AnyTagClassName
{
color: #6BCB68;
}
</style>
background-color css
<style>
a { background-color: #6BCB68; }
a { background-color: rgb(107,203,104); }
div.DivClassName
{
background-color: #6BCB68;
}
.BgClassName
{
background-color: #6BCB68;
}
</style>
border-color css
<style>
span { border-color: #6BCB68; }
span { border-color: rgb(107,203,104); }
td.TdClassName
{
border-color: #6BCB68;
}
.TagClassName
{
border-color: #6BCB68;
}
</style>