Shades of Fern #6BCC68
Tints of Fern #6BCC68
RGB
CMYK
RGB Variations
Color information
#6BCC68 (or 0x6BCC68) is known color: Fern. HEX triplet: 6B, CC and 68. RGB value is (107,204,104). Sum of RGB (Red+Green+Blue) = 107+204+104=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC68 is #943397. Grayscale: #A3A3A3. Windows color (decimal): -9712536 or 6868075. OLE color: 6868075.
HSL color Cylindrical-coordinate representation of color #6BCC68: hue angle of 118.2º degrees, saturation: 0.5, 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 #6BCC68 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 104 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.2 |
| HSL | 118.2º | 0.5% | 0.6% | - |
| HSV(B) | 118.2º | 0.49% | 0.8% | - |
| XYZ | 30.15 | 47.31 | 20.64 | - |
| YUV | 163.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 104 | 0.48 | 0 | 0.49 | 0.2 | 118.2 | 0.5 | 0.6 |
| Hex | 6B | CC | 68 | 30 | 0 | 31 | 14 | 76 | 32 | 3C |
| Octal | 153 | 314 | 150 | 60 | 0 | 61 | 24 | 166 | 62 | 74 |
| Binary | 1101011 | 11001100 | 1101000 | 110000 | 0 | 110001 | 10100 | 1110110 | 110010 | 111100 |
Color Harmonies of #6BCC68
Complementary color
Monochromatic Colors of #6BCC68
Black with #6BCC68
Text Example
Text Example
White with #6BCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC68; }
p { color: rgb(107,204,104); }
H1.HeaderClassName
{
color: #6BCC68;
}
.AnyTagClassName
{
color: #6BCC68;
}
</style>
background-color css
<style>
a { background-color: #6BCC68; }
a { background-color: rgb(107,204,104); }
div.DivClassName
{
background-color: #6BCC68;
}
.BgClassName
{
background-color: #6BCC68;
}
</style>
border-color css
<style>
span { border-color: #6BCC68; }
span { border-color: rgb(107,204,104); }
td.TdClassName
{
border-color: #6BCC68;
}
.TagClassName
{
border-color: #6BCC68;
}
</style>