Shades of Fern #6CB375
Tints of Fern #6CB375
RGB
CMYK
RGB Variations
Color information
#6CB375 (or 0x6CB375) is known color: Fern. HEX triplet: 6C, B3 and 75. RGB value is (108,179,117). Sum of RGB (Red+Green+Blue) = 108+179+117=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB375 is #934C8A. Grayscale: #969696. Windows color (decimal): -9653387 or 7713644. OLE color: 7713644.
HSL color Cylindrical-coordinate representation of color #6CB375: hue angle of 127.61º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB375 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 117 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.30 |
| HSL | 127.61º | 0.32% | 0.56% | - |
| HSV(B) | 127.61º | 0.4% | 0.7% | - |
| XYZ | 25.52 | 36.71 | 22.57 | - |
| YUV | 150.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 117 | 0.40 | 0 | 0.35 | 0.30 | 127.61 | 0.32 | 0.56 |
| Hex | 6C | B3 | 75 | 28 | 0 | 23 | 1E | 80 | 20 | 38 |
| Octal | 154 | 263 | 165 | 50 | 0 | 43 | 36 | 200 | 40 | 70 |
| Binary | 1101100 | 10110011 | 1110101 | 101000 | 0 | 100011 | 11110 | 10000000 | 100000 | 111000 |
Color Harmonies of #6CB375
Complementary color
Monochromatic Colors of #6CB375
Black with #6CB375
Text Example
Text Example
White with #6CB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB375; }
p { color: rgb(108,179,117); }
H1.HeaderClassName
{
color: #6CB375;
}
.AnyTagClassName
{
color: #6CB375;
}
</style>
background-color css
<style>
a { background-color: #6CB375; }
a { background-color: rgb(108,179,117); }
div.DivClassName
{
background-color: #6CB375;
}
.BgClassName
{
background-color: #6CB375;
}
</style>
border-color css
<style>
span { border-color: #6CB375; }
span { border-color: rgb(108,179,117); }
td.TdClassName
{
border-color: #6CB375;
}
.TagClassName
{
border-color: #6CB375;
}
</style>