Shades of Fern #6BB375
Tints of Fern #6BB375
RGB
CMYK
RGB Variations
Color information
#6BB375 (or 0x6BB375) is known color: Fern. HEX triplet: 6B, B3 and 75. RGB value is (107,179,117). Sum of RGB (Red+Green+Blue) = 107+179+117=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB375 is #944C8A. Grayscale: #969696. Windows color (decimal): -9718923 or 7713643. OLE color: 7713643.
HSL color Cylindrical-coordinate representation of color #6BB375: hue angle of 128.33º 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 #6BB375 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 179 | 117 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.30 |
| HSL | 128.33º | 0.32% | 0.56% | - |
| HSV(B) | 128.33º | 0.4% | 0.7% | - |
| XYZ | 25.39 | 36.65 | 22.57 | - |
| YUV | 150.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 179 | 117 | 0.40 | 0 | 0.35 | 0.30 | 128.33 | 0.32 | 0.56 |
| Hex | 6B | B3 | 75 | 28 | 0 | 23 | 1E | 80 | 20 | 38 |
| Octal | 153 | 263 | 165 | 50 | 0 | 43 | 36 | 200 | 40 | 70 |
| Binary | 1101011 | 10110011 | 1110101 | 101000 | 0 | 100011 | 11110 | 10000000 | 100000 | 111000 |
Color Harmonies of #6BB375
Complementary color
Monochromatic Colors of #6BB375
Black with #6BB375
Text Example
Text Example
White with #6BB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB375; }
p { color: rgb(107,179,117); }
H1.HeaderClassName
{
color: #6BB375;
}
.AnyTagClassName
{
color: #6BB375;
}
</style>
background-color css
<style>
a { background-color: #6BB375; }
a { background-color: rgb(107,179,117); }
div.DivClassName
{
background-color: #6BB375;
}
.BgClassName
{
background-color: #6BB375;
}
</style>
border-color css
<style>
span { border-color: #6BB375; }
span { border-color: rgb(107,179,117); }
td.TdClassName
{
border-color: #6BB375;
}
.TagClassName
{
border-color: #6BB375;
}
</style>