Shades of Fern #6BA862
Tints of Fern #6BA862
RGB
CMYK
RGB Variations
Color information
#6BA862 (or 0x6BA862) is known color: Fern. HEX triplet: 6B, A8 and 62. RGB value is (107,168,98). Sum of RGB (Red+Green+Blue) = 107+168+98=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA862 is #94579D. Grayscale: #8E8E8E. Windows color (decimal): -9721758 or 6465643. OLE color: 6465643.
HSL color Cylindrical-coordinate representation of color #6BA862: hue angle of 112.29º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BA862 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 168 | 98 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.34 |
| HSL | 112.29º | 0.29% | 0.52% | - |
| HSV(B) | 112.29º | 0.42% | 0.66% | - |
| XYZ | 22.27 | 32.01 | 16.56 | - |
| YUV | 141.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 98 | 0.36 | 0 | 0.42 | 0.34 | 112.29 | 0.29 | 0.52 |
| Hex | 6B | A8 | 62 | 24 | 0 | 2A | 22 | 70 | 1D | 34 |
| Octal | 153 | 250 | 142 | 44 | 0 | 52 | 42 | 160 | 35 | 64 |
| Binary | 1101011 | 10101000 | 1100010 | 100100 | 0 | 101010 | 100010 | 1110000 | 11101 | 110100 |
Color Harmonies of #6BA862
Complementary color
Monochromatic Colors of #6BA862
Black with #6BA862
Text Example
Text Example
White with #6BA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA862; }
p { color: rgb(107,168,98); }
H1.HeaderClassName
{
color: #6BA862;
}
.AnyTagClassName
{
color: #6BA862;
}
</style>
background-color css
<style>
a { background-color: #6BA862; }
a { background-color: rgb(107,168,98); }
div.DivClassName
{
background-color: #6BA862;
}
.BgClassName
{
background-color: #6BA862;
}
</style>
border-color css
<style>
span { border-color: #6BA862; }
span { border-color: rgb(107,168,98); }
td.TdClassName
{
border-color: #6BA862;
}
.TagClassName
{
border-color: #6BA862;
}
</style>