Shades of Fern #6BB175
Tints of Fern #6BB175
RGB
CMYK
RGB Variations
Color information
#6BB175 (or 0x6BB175) is known color: Fern. HEX triplet: 6B, B1 and 75. RGB value is (107,177,117). Sum of RGB (Red+Green+Blue) = 107+177+117=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB175 is #944E8A. Grayscale: #959595. Windows color (decimal): -9719435 or 7713131. OLE color: 7713131.
HSL color Cylindrical-coordinate representation of color #6BB175: hue angle of 128.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB175 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 117 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.31 |
| HSL | 128.57º | 0.31% | 0.56% | - |
| HSV(B) | 128.57º | 0.4% | 0.69% | - |
| XYZ | 25 | 35.85 | 22.43 | - |
| YUV | 149.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 117 | 0.40 | 0 | 0.34 | 0.31 | 128.57 | 0.31 | 0.56 |
| Hex | 6B | B1 | 75 | 28 | 0 | 22 | 1F | 81 | 1F | 38 |
| Octal | 153 | 261 | 165 | 50 | 0 | 42 | 37 | 201 | 37 | 70 |
| Binary | 1101011 | 10110001 | 1110101 | 101000 | 0 | 100010 | 11111 | 10000001 | 11111 | 111000 |
Color Harmonies of #6BB175
Complementary color
Monochromatic Colors of #6BB175
Black with #6BB175
Text Example
Text Example
White with #6BB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB175; }
p { color: rgb(107,177,117); }
H1.HeaderClassName
{
color: #6BB175;
}
.AnyTagClassName
{
color: #6BB175;
}
</style>
background-color css
<style>
a { background-color: #6BB175; }
a { background-color: rgb(107,177,117); }
div.DivClassName
{
background-color: #6BB175;
}
.BgClassName
{
background-color: #6BB175;
}
</style>
border-color css
<style>
span { border-color: #6BB175; }
span { border-color: rgb(107,177,117); }
td.TdClassName
{
border-color: #6BB175;
}
.TagClassName
{
border-color: #6BB175;
}
</style>