Shades of Fern #6BA76C
Tints of Fern #6BA76C
RGB
CMYK
RGB Variations
Color information
#6BA76C (or 0x6BA76C) is known color: Fern. HEX triplet: 6B, A7 and 6C. RGB value is (107,167,108). Sum of RGB (Red+Green+Blue) = 107+167+108=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA76C is #945893. Grayscale: #8E8E8E. Windows color (decimal): -9722004 or 7120747. OLE color: 7120747.
HSL color Cylindrical-coordinate representation of color #6BA76C: hue angle of 121º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA76C is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 108 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.35 |
| HSL | 121º | 0.25% | 0.54% | - |
| HSV(B) | 121º | 0.36% | 0.65% | - |
| XYZ | 22.59 | 31.85 | 19.14 | - |
| YUV | 142.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 108 | 0.36 | 0 | 0.35 | 0.35 | 121 | 0.25 | 0.54 |
| Hex | 6B | A7 | 6C | 24 | 0 | 23 | 23 | 79 | 19 | 36 |
| Octal | 153 | 247 | 154 | 44 | 0 | 43 | 43 | 171 | 31 | 66 |
| Binary | 1101011 | 10100111 | 1101100 | 100100 | 0 | 100011 | 100011 | 1111001 | 11001 | 110110 |
Color Harmonies of #6BA76C
Complementary color
Monochromatic Colors of #6BA76C
Black with #6BA76C
Text Example
Text Example
White with #6BA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA76C; }
p { color: rgb(107,167,108); }
H1.HeaderClassName
{
color: #6BA76C;
}
.AnyTagClassName
{
color: #6BA76C;
}
</style>
background-color css
<style>
a { background-color: #6BA76C; }
a { background-color: rgb(107,167,108); }
div.DivClassName
{
background-color: #6BA76C;
}
.BgClassName
{
background-color: #6BA76C;
}
</style>
border-color css
<style>
span { border-color: #6BA76C; }
span { border-color: rgb(107,167,108); }
td.TdClassName
{
border-color: #6BA76C;
}
.TagClassName
{
border-color: #6BA76C;
}
</style>