Shades of Fern #6BA468
Tints of Fern #6BA468
RGB
CMYK
RGB Variations
Color information
#6BA468 (or 0x6BA468) is known color: Fern. HEX triplet: 6B, A4 and 68. RGB value is (107,164,104). Sum of RGB (Red+Green+Blue) = 107+164+104=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA468 is #945B97. Grayscale: #8C8C8C. Windows color (decimal): -9722776 or 6857835. OLE color: 6857835.
HSL color Cylindrical-coordinate representation of color #6BA468: hue angle of 117º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA468 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 104 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.36 |
| HSL | 117º | 0.25% | 0.53% | - |
| HSV(B) | 117º | 0.37% | 0.64% | - |
| XYZ | 21.84 | 30.68 | 17.87 | - |
| YUV | 140.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 104 | 0.35 | 0 | 0.37 | 0.36 | 117 | 0.25 | 0.53 |
| Hex | 6B | A4 | 68 | 23 | 0 | 25 | 24 | 75 | 19 | 35 |
| Octal | 153 | 244 | 150 | 43 | 0 | 45 | 44 | 165 | 31 | 65 |
| Binary | 1101011 | 10100100 | 1101000 | 100011 | 0 | 100101 | 100100 | 1110101 | 11001 | 110101 |
Color Harmonies of #6BA468
Complementary color
Monochromatic Colors of #6BA468
Black with #6BA468
Text Example
Text Example
White with #6BA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA468; }
p { color: rgb(107,164,104); }
H1.HeaderClassName
{
color: #6BA468;
}
.AnyTagClassName
{
color: #6BA468;
}
</style>
background-color css
<style>
a { background-color: #6BA468; }
a { background-color: rgb(107,164,104); }
div.DivClassName
{
background-color: #6BA468;
}
.BgClassName
{
background-color: #6BA468;
}
</style>
border-color css
<style>
span { border-color: #6BA468; }
span { border-color: rgb(107,164,104); }
td.TdClassName
{
border-color: #6BA468;
}
.TagClassName
{
border-color: #6BA468;
}
</style>