Shades of Fern #6BAD76
Tints of Fern #6BAD76
RGB
CMYK
RGB Variations
Color information
#6BAD76 (or 0x6BAD76) is known color: Fern. HEX triplet: 6B, AD and 76. RGB value is (107,173,118). Sum of RGB (Red+Green+Blue) = 107+173+118=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD76 is #945289. Grayscale: #939393. Windows color (decimal): -9720458 or 7777643. OLE color: 7777643.
HSL color Cylindrical-coordinate representation of color #6BAD76: hue angle of 130º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD76 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 118 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.32 |
| HSL | 130º | 0.29% | 0.55% | - |
| HSV(B) | 130º | 0.38% | 0.68% | - |
| XYZ | 24.28 | 34.32 | 22.48 | - |
| YUV | 147 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 118 | 0.38 | 0 | 0.32 | 0.32 | 130 | 0.29 | 0.55 |
| Hex | 6B | AD | 76 | 26 | 0 | 20 | 20 | 82 | 1D | 37 |
| Octal | 153 | 255 | 166 | 46 | 0 | 40 | 40 | 202 | 35 | 67 |
| Binary | 1101011 | 10101101 | 1110110 | 100110 | 0 | 100000 | 100000 | 10000010 | 11101 | 110111 |
Color Harmonies of #6BAD76
Complementary color
Monochromatic Colors of #6BAD76
Black with #6BAD76
Text Example
Text Example
White with #6BAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD76; }
p { color: rgb(107,173,118); }
H1.HeaderClassName
{
color: #6BAD76;
}
.AnyTagClassName
{
color: #6BAD76;
}
</style>
background-color css
<style>
a { background-color: #6BAD76; }
a { background-color: rgb(107,173,118); }
div.DivClassName
{
background-color: #6BAD76;
}
.BgClassName
{
background-color: #6BAD76;
}
</style>
border-color css
<style>
span { border-color: #6BAD76; }
span { border-color: rgb(107,173,118); }
td.TdClassName
{
border-color: #6BAD76;
}
.TagClassName
{
border-color: #6BAD76;
}
</style>