Shades of Fern #6BBC7A
Tints of Fern #6BBC7A
RGB
CMYK
RGB Variations
Color information
#6BBC7A (or 0x6BBC7A) is known color: Fern. HEX triplet: 6B, BC and 7A. RGB value is (107,188,122). Sum of RGB (Red+Green+Blue) = 107+188+122=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC7A is #944385. Grayscale: #9C9C9C. Windows color (decimal): -9716614 or 8043627. OLE color: 8043627.
HSL color Cylindrical-coordinate representation of color #6BBC7A: hue angle of 131.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBC7A is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 122 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.26 |
| HSL | 131.11º | 0.38% | 0.58% | - |
| HSV(B) | 131.11º | 0.43% | 0.74% | - |
| XYZ | 27.56 | 40.5 | 24.78 | - |
| YUV | 156.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 122 | 0.43 | 0 | 0.35 | 0.26 | 131.11 | 0.38 | 0.58 |
| Hex | 6B | BC | 7A | 2B | 0 | 23 | 1A | 83 | 26 | 3A |
| Octal | 153 | 274 | 172 | 53 | 0 | 43 | 32 | 203 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1111010 | 101011 | 0 | 100011 | 11010 | 10000011 | 100110 | 111010 |
Color Harmonies of #6BBC7A
Complementary color
Monochromatic Colors of #6BBC7A
Black with #6BBC7A
Text Example
Text Example
White with #6BBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC7A; }
p { color: rgb(107,188,122); }
H1.HeaderClassName
{
color: #6BBC7A;
}
.AnyTagClassName
{
color: #6BBC7A;
}
</style>
background-color css
<style>
a { background-color: #6BBC7A; }
a { background-color: rgb(107,188,122); }
div.DivClassName
{
background-color: #6BBC7A;
}
.BgClassName
{
background-color: #6BBC7A;
}
</style>
border-color css
<style>
span { border-color: #6BBC7A; }
span { border-color: rgb(107,188,122); }
td.TdClassName
{
border-color: #6BBC7A;
}
.TagClassName
{
border-color: #6BBC7A;
}
</style>