Shades of Fern #6CB97B
Tints of Fern #6CB97B
RGB
CMYK
RGB Variations
Color information
#6CB97B (or 0x6CB97B) is known color: Fern. HEX triplet: 6C, B9 and 7B. RGB value is (108,185,123). Sum of RGB (Red+Green+Blue) = 108+185+123=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB97B is #934684. Grayscale: #9B9B9B. Windows color (decimal): -9651845 or 8108396. OLE color: 8108396.
HSL color Cylindrical-coordinate representation of color #6CB97B: hue angle of 131.69º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB97B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 185 | 123 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.27 |
| HSL | 131.69º | 0.35% | 0.57% | - |
| HSV(B) | 131.69º | 0.42% | 0.73% | - |
| XYZ | 27.11 | 39.32 | 24.9 | - |
| YUV | 154.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 185 | 123 | 0.42 | 0 | 0.34 | 0.27 | 131.69 | 0.35 | 0.57 |
| Hex | 6C | B9 | 7B | 2A | 0 | 22 | 1B | 84 | 23 | 39 |
| Octal | 154 | 271 | 173 | 52 | 0 | 42 | 33 | 204 | 43 | 71 |
| Binary | 1101100 | 10111001 | 1111011 | 101010 | 0 | 100010 | 11011 | 10000100 | 100011 | 111001 |
Color Harmonies of #6CB97B
Complementary color
Monochromatic Colors of #6CB97B
Black with #6CB97B
Text Example
Text Example
White with #6CB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB97B; }
p { color: rgb(108,185,123); }
H1.HeaderClassName
{
color: #6CB97B;
}
.AnyTagClassName
{
color: #6CB97B;
}
</style>
background-color css
<style>
a { background-color: #6CB97B; }
a { background-color: rgb(108,185,123); }
div.DivClassName
{
background-color: #6CB97B;
}
.BgClassName
{
background-color: #6CB97B;
}
</style>
border-color css
<style>
span { border-color: #6CB97B; }
span { border-color: rgb(108,185,123); }
td.TdClassName
{
border-color: #6CB97B;
}
.TagClassName
{
border-color: #6CB97B;
}
</style>