Shades of Fern #6CB164
Tints of Fern #6CB164
RGB
CMYK
RGB Variations
Color information
#6CB164 (or 0x6CB164) is known color: Fern. HEX triplet: 6C, B1 and 64. RGB value is (108,177,100). Sum of RGB (Red+Green+Blue) = 108+177+100=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB164 is #934E9B. Grayscale: #939393. Windows color (decimal): -9653916 or 6599020. OLE color: 6599020.
HSL color Cylindrical-coordinate representation of color #6CB164: hue angle of 113.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CB164 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 100 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.31 |
| HSL | 113.77º | 0.33% | 0.54% | - |
| HSV(B) | 113.77º | 0.44% | 0.69% | - |
| XYZ | 24.21 | 35.55 | 17.64 | - |
| YUV | 147.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 100 | 0.39 | 0 | 0.44 | 0.31 | 113.77 | 0.33 | 0.54 |
| Hex | 6C | B1 | 64 | 27 | 0 | 2C | 1F | 72 | 21 | 36 |
| Octal | 154 | 261 | 144 | 47 | 0 | 54 | 37 | 162 | 41 | 66 |
| Binary | 1101100 | 10110001 | 1100100 | 100111 | 0 | 101100 | 11111 | 1110010 | 100001 | 110110 |
Color Harmonies of #6CB164
Complementary color
Monochromatic Colors of #6CB164
Black with #6CB164
Text Example
Text Example
White with #6CB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB164; }
p { color: rgb(108,177,100); }
H1.HeaderClassName
{
color: #6CB164;
}
.AnyTagClassName
{
color: #6CB164;
}
</style>
background-color css
<style>
a { background-color: #6CB164; }
a { background-color: rgb(108,177,100); }
div.DivClassName
{
background-color: #6CB164;
}
.BgClassName
{
background-color: #6CB164;
}
</style>
border-color css
<style>
span { border-color: #6CB164; }
span { border-color: rgb(108,177,100); }
td.TdClassName
{
border-color: #6CB164;
}
.TagClassName
{
border-color: #6CB164;
}
</style>