Shades of Fern #6BB265
Tints of Fern #6BB265
RGB
CMYK
RGB Variations
Color information
#6BB265 (or 0x6BB265) is known color: Fern. HEX triplet: 6B, B2 and 65. RGB value is (107,178,101). Sum of RGB (Red+Green+Blue) = 107+178+101=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB265 is #944D9A. Grayscale: #949494. Windows color (decimal): -9719195 or 6664811. OLE color: 6664811.
HSL color Cylindrical-coordinate representation of color #6BB265: hue angle of 115.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BB265 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 178 | 101 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.30 |
| HSL | 115.32º | 0.33% | 0.55% | - |
| HSV(B) | 115.32º | 0.43% | 0.7% | - |
| XYZ | 24.33 | 35.91 | 17.96 | - |
| YUV | 147.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 178 | 101 | 0.40 | 0 | 0.43 | 0.30 | 115.32 | 0.33 | 0.55 |
| Hex | 6B | B2 | 65 | 28 | 0 | 2B | 1E | 73 | 21 | 37 |
| Octal | 153 | 262 | 145 | 50 | 0 | 53 | 36 | 163 | 41 | 67 |
| Binary | 1101011 | 10110010 | 1100101 | 101000 | 0 | 101011 | 11110 | 1110011 | 100001 | 110111 |
Color Harmonies of #6BB265
Complementary color
Monochromatic Colors of #6BB265
Black with #6BB265
Text Example
Text Example
White with #6BB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB265; }
p { color: rgb(107,178,101); }
H1.HeaderClassName
{
color: #6BB265;
}
.AnyTagClassName
{
color: #6BB265;
}
</style>
background-color css
<style>
a { background-color: #6BB265; }
a { background-color: rgb(107,178,101); }
div.DivClassName
{
background-color: #6BB265;
}
.BgClassName
{
background-color: #6BB265;
}
</style>
border-color css
<style>
span { border-color: #6BB265; }
span { border-color: rgb(107,178,101); }
td.TdClassName
{
border-color: #6BB265;
}
.TagClassName
{
border-color: #6BB265;
}
</style>