Shades of Fern #6BB961
Tints of Fern #6BB961
RGB
CMYK
RGB Variations
Color information
#6BB961 (or 0x6BB961) is known color: Fern. HEX triplet: 6B, B9 and 61. RGB value is (107,185,97). Sum of RGB (Red+Green+Blue) = 107+185+97=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #6BB961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB961 is #94469E. Grayscale: #979797. Windows color (decimal): -9717407 or 6404459. OLE color: 6404459.
HSL color Cylindrical-coordinate representation of color #6BB961: hue angle of 113.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BB961 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 185 | 97 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.27 |
| HSL | 113.18º | 0.39% | 0.55% | - |
| HSV(B) | 113.18º | 0.48% | 0.73% | - |
| XYZ | 25.57 | 38.69 | 17.43 | - |
| YUV | 151.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 97 | 0.42 | 0 | 0.48 | 0.27 | 113.18 | 0.39 | 0.55 |
| Hex | 6B | B9 | 61 | 2A | 0 | 30 | 1B | 71 | 27 | 37 |
| Octal | 153 | 271 | 141 | 52 | 0 | 60 | 33 | 161 | 47 | 67 |
| Binary | 1101011 | 10111001 | 1100001 | 101010 | 0 | 110000 | 11011 | 1110001 | 100111 | 110111 |
Color Harmonies of #6BB961
Complementary color
Monochromatic Colors of #6BB961
Black with #6BB961
Text Example
Text Example
White with #6BB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB961; }
p { color: rgb(107,185,97); }
H1.HeaderClassName
{
color: #6BB961;
}
.AnyTagClassName
{
color: #6BB961;
}
</style>
background-color css
<style>
a { background-color: #6BB961; }
a { background-color: rgb(107,185,97); }
div.DivClassName
{
background-color: #6BB961;
}
.BgClassName
{
background-color: #6BB961;
}
</style>
border-color css
<style>
span { border-color: #6BB961; }
span { border-color: rgb(107,185,97); }
td.TdClassName
{
border-color: #6BB961;
}
.TagClassName
{
border-color: #6BB961;
}
</style>