Shades of Fern #6BA769
Tints of Fern #6BA769
RGB
CMYK
RGB Variations
Color information
#6BA769 (or 0x6BA769) is known color: Fern. HEX triplet: 6B, A7 and 69. RGB value is (107,167,105). Sum of RGB (Red+Green+Blue) = 107+167+105=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA769 is #945896. Grayscale: #8E8E8E. Windows color (decimal): -9722007 or 6924139. OLE color: 6924139.
HSL color Cylindrical-coordinate representation of color #6BA769: hue angle of 118.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA769 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 105 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.35 |
| HSL | 118.06º | 0.26% | 0.53% | - |
| HSV(B) | 118.06º | 0.37% | 0.65% | - |
| XYZ | 22.43 | 31.78 | 18.32 | - |
| YUV | 141.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 105 | 0.36 | 0 | 0.37 | 0.35 | 118.06 | 0.26 | 0.53 |
| Hex | 6B | A7 | 69 | 24 | 0 | 25 | 23 | 76 | 1A | 35 |
| Octal | 153 | 247 | 151 | 44 | 0 | 45 | 43 | 166 | 32 | 65 |
| Binary | 1101011 | 10100111 | 1101001 | 100100 | 0 | 100101 | 100011 | 1110110 | 11010 | 110101 |
Color Harmonies of #6BA769
Complementary color
Monochromatic Colors of #6BA769
Black with #6BA769
Text Example
Text Example
White with #6BA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA769; }
p { color: rgb(107,167,105); }
H1.HeaderClassName
{
color: #6BA769;
}
.AnyTagClassName
{
color: #6BA769;
}
</style>
background-color css
<style>
a { background-color: #6BA769; }
a { background-color: rgb(107,167,105); }
div.DivClassName
{
background-color: #6BA769;
}
.BgClassName
{
background-color: #6BA769;
}
</style>
border-color css
<style>
span { border-color: #6BA769; }
span { border-color: rgb(107,167,105); }
td.TdClassName
{
border-color: #6BA769;
}
.TagClassName
{
border-color: #6BA769;
}
</style>