Shades of Fern #6DB265
Tints of Fern #6DB265
RGB
CMYK
RGB Variations
Color information
#6DB265 (or 0x6DB265) is known color: Fern. HEX triplet: 6D, B2 and 65. RGB value is (109,178,101). Sum of RGB (Red+Green+Blue) = 109+178+101=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB265 is #924D9A. Grayscale: #949494. Windows color (decimal): -9588123 or 6664813. OLE color: 6664813.
HSL color Cylindrical-coordinate representation of color #6DB265: hue angle of 113.77º 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 #6DB265 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 101 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.30 |
| HSL | 113.77º | 0.33% | 0.55% | - |
| HSV(B) | 113.77º | 0.43% | 0.7% | - |
| XYZ | 24.58 | 36.03 | 17.97 | - |
| YUV | 148.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 101 | 0.39 | 0 | 0.43 | 0.30 | 113.77 | 0.33 | 0.55 |
| Hex | 6D | B2 | 65 | 27 | 0 | 2B | 1E | 72 | 21 | 37 |
| Octal | 155 | 262 | 145 | 47 | 0 | 53 | 36 | 162 | 41 | 67 |
| Binary | 1101101 | 10110010 | 1100101 | 100111 | 0 | 101011 | 11110 | 1110010 | 100001 | 110111 |
Color Harmonies of #6DB265
Complementary color
Monochromatic Colors of #6DB265
Black with #6DB265
Text Example
Text Example
White with #6DB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB265; }
p { color: rgb(109,178,101); }
H1.HeaderClassName
{
color: #6DB265;
}
.AnyTagClassName
{
color: #6DB265;
}
</style>
background-color css
<style>
a { background-color: #6DB265; }
a { background-color: rgb(109,178,101); }
div.DivClassName
{
background-color: #6DB265;
}
.BgClassName
{
background-color: #6DB265;
}
</style>
border-color css
<style>
span { border-color: #6DB265; }
span { border-color: rgb(109,178,101); }
td.TdClassName
{
border-color: #6DB265;
}
.TagClassName
{
border-color: #6DB265;
}
</style>