Shades of Fern #6BC075
Tints of Fern #6BC075
RGB
CMYK
RGB Variations
Color information
#6BC075 (or 0x6BC075) is known color: Fern. HEX triplet: 6B, C0 and 75. RGB value is (107,192,117). Sum of RGB (Red+Green+Blue) = 107+192+117=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC075 is #943F8A. Grayscale: #9E9E9E. Windows color (decimal): -9715595 or 7716971. OLE color: 7716971.
HSL color Cylindrical-coordinate representation of color #6BC075: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC075 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 117 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.25 |
| HSL | 127.06º | 0.4% | 0.59% | - |
| HSV(B) | 127.06º | 0.44% | 0.75% | - |
| XYZ | 28.12 | 42.11 | 23.48 | - |
| YUV | 158.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 117 | 0.44 | 0 | 0.39 | 0.25 | 127.06 | 0.4 | 0.59 |
| Hex | 6B | C0 | 75 | 2C | 0 | 27 | 19 | 7F | 28 | 3B |
| Octal | 153 | 300 | 165 | 54 | 0 | 47 | 31 | 177 | 50 | 73 |
| Binary | 1101011 | 11000000 | 1110101 | 101100 | 0 | 100111 | 11001 | 1111111 | 101000 | 111011 |
Color Harmonies of #6BC075
Complementary color
Monochromatic Colors of #6BC075
Black with #6BC075
Text Example
Text Example
White with #6BC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC075; }
p { color: rgb(107,192,117); }
H1.HeaderClassName
{
color: #6BC075;
}
.AnyTagClassName
{
color: #6BC075;
}
</style>
background-color css
<style>
a { background-color: #6BC075; }
a { background-color: rgb(107,192,117); }
div.DivClassName
{
background-color: #6BC075;
}
.BgClassName
{
background-color: #6BC075;
}
</style>
border-color css
<style>
span { border-color: #6BC075; }
span { border-color: rgb(107,192,117); }
td.TdClassName
{
border-color: #6BC075;
}
.TagClassName
{
border-color: #6BC075;
}
</style>