Shades of Fern #6CBA7D
Tints of Fern #6CBA7D
RGB
CMYK
RGB Variations
Color information
#6CBA7D (or 0x6CBA7D) is known color: Fern. HEX triplet: 6C, BA and 7D. RGB value is (108,186,125). Sum of RGB (Red+Green+Blue) = 108+186+125=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7D is #934582. Grayscale: #9B9B9B. Windows color (decimal): -9651587 or 8239724. OLE color: 8239724.
HSL color Cylindrical-coordinate representation of color #6CBA7D: hue angle of 133.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA7D is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 125 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.27 |
| HSL | 133.08º | 0.36% | 0.58% | - |
| HSV(B) | 133.08º | 0.42% | 0.73% | - |
| XYZ | 27.44 | 39.79 | 25.64 | - |
| YUV | 155.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 125 | 0.42 | 0 | 0.33 | 0.27 | 133.08 | 0.36 | 0.58 |
| Hex | 6C | BA | 7D | 2A | 0 | 21 | 1B | 85 | 24 | 3A |
| Octal | 154 | 272 | 175 | 52 | 0 | 41 | 33 | 205 | 44 | 72 |
| Binary | 1101100 | 10111010 | 1111101 | 101010 | 0 | 100001 | 11011 | 10000101 | 100100 | 111010 |
Color Harmonies of #6CBA7D
Complementary color
Monochromatic Colors of #6CBA7D
Black with #6CBA7D
Text Example
Text Example
White with #6CBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBA7D; }
p { color: rgb(108,186,125); }
H1.HeaderClassName
{
color: #6CBA7D;
}
.AnyTagClassName
{
color: #6CBA7D;
}
</style>
background-color css
<style>
a { background-color: #6CBA7D; }
a { background-color: rgb(108,186,125); }
div.DivClassName
{
background-color: #6CBA7D;
}
.BgClassName
{
background-color: #6CBA7D;
}
</style>
border-color css
<style>
span { border-color: #6CBA7D; }
span { border-color: rgb(108,186,125); }
td.TdClassName
{
border-color: #6CBA7D;
}
.TagClassName
{
border-color: #6CBA7D;
}
</style>