Shades of Fern #6BA565
Tints of Fern #6BA565
RGB
CMYK
RGB Variations
Color information
#6BA565 (or 0x6BA565) is known color: Fern. HEX triplet: 6B, A5 and 65. RGB value is (107,165,101). Sum of RGB (Red+Green+Blue) = 107+165+101=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA565 is #945A9A. Grayscale: #8C8C8C. Windows color (decimal): -9722523 or 6661483. OLE color: 6661483.
HSL color Cylindrical-coordinate representation of color #6BA565: hue angle of 114.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BA565 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 101 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.35 |
| HSL | 114.38º | 0.26% | 0.52% | - |
| HSV(B) | 114.38º | 0.39% | 0.65% | - |
| XYZ | 21.87 | 30.98 | 17.14 | - |
| YUV | 140.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 101 | 0.35 | 0 | 0.39 | 0.35 | 114.38 | 0.26 | 0.52 |
| Hex | 6B | A5 | 65 | 23 | 0 | 27 | 23 | 72 | 1A | 34 |
| Octal | 153 | 245 | 145 | 43 | 0 | 47 | 43 | 162 | 32 | 64 |
| Binary | 1101011 | 10100101 | 1100101 | 100011 | 0 | 100111 | 100011 | 1110010 | 11010 | 110100 |
Color Harmonies of #6BA565
Complementary color
Monochromatic Colors of #6BA565
Black with #6BA565
Text Example
Text Example
White with #6BA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA565; }
p { color: rgb(107,165,101); }
H1.HeaderClassName
{
color: #6BA565;
}
.AnyTagClassName
{
color: #6BA565;
}
</style>
background-color css
<style>
a { background-color: #6BA565; }
a { background-color: rgb(107,165,101); }
div.DivClassName
{
background-color: #6BA565;
}
.BgClassName
{
background-color: #6BA565;
}
</style>
border-color css
<style>
span { border-color: #6BA565; }
span { border-color: rgb(107,165,101); }
td.TdClassName
{
border-color: #6BA565;
}
.TagClassName
{
border-color: #6BA565;
}
</style>