Shades of Fern #6DB067
Tints of Fern #6DB067
RGB
CMYK
RGB Variations
Color information
#6DB067 (or 0x6DB067) is known color: Fern. HEX triplet: 6D, B0 and 67. RGB value is (109,176,103). Sum of RGB (Red+Green+Blue) = 109+176+103=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB067 is #924F98. Grayscale: #939393. Windows color (decimal): -9588633 or 6795373. OLE color: 6795373.
HSL color Cylindrical-coordinate representation of color #6DB067: hue angle of 115.07º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB067 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 103 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.31 |
| HSL | 115.07º | 0.32% | 0.55% | - |
| HSV(B) | 115.07º | 0.41% | 0.69% | - |
| XYZ | 24.28 | 35.28 | 18.36 | - |
| YUV | 147.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 103 | 0.38 | 0 | 0.41 | 0.31 | 115.07 | 0.32 | 0.55 |
| Hex | 6D | B0 | 67 | 26 | 0 | 29 | 1F | 73 | 20 | 37 |
| Octal | 155 | 260 | 147 | 46 | 0 | 51 | 37 | 163 | 40 | 67 |
| Binary | 1101101 | 10110000 | 1100111 | 100110 | 0 | 101001 | 11111 | 1110011 | 100000 | 110111 |
Color Harmonies of #6DB067
Complementary color
Monochromatic Colors of #6DB067
Black with #6DB067
Text Example
Text Example
White with #6DB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB067; }
p { color: rgb(109,176,103); }
H1.HeaderClassName
{
color: #6DB067;
}
.AnyTagClassName
{
color: #6DB067;
}
</style>
background-color css
<style>
a { background-color: #6DB067; }
a { background-color: rgb(109,176,103); }
div.DivClassName
{
background-color: #6DB067;
}
.BgClassName
{
background-color: #6DB067;
}
</style>
border-color css
<style>
span { border-color: #6DB067; }
span { border-color: rgb(109,176,103); }
td.TdClassName
{
border-color: #6DB067;
}
.TagClassName
{
border-color: #6DB067;
}
</style>