Shades of Fern #6BA467
Tints of Fern #6BA467
RGB
CMYK
RGB Variations
Color information
#6BA467 (or 0x6BA467) is known color: Fern. HEX triplet: 6B, A4 and 67. RGB value is (107,164,103). Sum of RGB (Red+Green+Blue) = 107+164+103=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA467 is #945B98. Grayscale: #8C8C8C. Windows color (decimal): -9722777 or 6792299. OLE color: 6792299.
HSL color Cylindrical-coordinate representation of color #6BA467: hue angle of 116.07º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA467 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 103 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.36 |
| HSL | 116.07º | 0.25% | 0.52% | - |
| HSV(B) | 116.07º | 0.37% | 0.64% | - |
| XYZ | 21.79 | 30.66 | 17.6 | - |
| YUV | 140 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 103 | 0.35 | 0 | 0.37 | 0.36 | 116.07 | 0.25 | 0.52 |
| Hex | 6B | A4 | 67 | 23 | 0 | 25 | 24 | 74 | 19 | 34 |
| Octal | 153 | 244 | 147 | 43 | 0 | 45 | 44 | 164 | 31 | 64 |
| Binary | 1101011 | 10100100 | 1100111 | 100011 | 0 | 100101 | 100100 | 1110100 | 11001 | 110100 |
Color Harmonies of #6BA467
Complementary color
Monochromatic Colors of #6BA467
Black with #6BA467
Text Example
Text Example
White with #6BA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA467; }
p { color: rgb(107,164,103); }
H1.HeaderClassName
{
color: #6BA467;
}
.AnyTagClassName
{
color: #6BA467;
}
</style>
background-color css
<style>
a { background-color: #6BA467; }
a { background-color: rgb(107,164,103); }
div.DivClassName
{
background-color: #6BA467;
}
.BgClassName
{
background-color: #6BA467;
}
</style>
border-color css
<style>
span { border-color: #6BA467; }
span { border-color: rgb(107,164,103); }
td.TdClassName
{
border-color: #6BA467;
}
.TagClassName
{
border-color: #6BA467;
}
</style>