Shades of Fern #6CB160
Tints of Fern #6CB160
RGB
CMYK
RGB Variations
Color information
#6CB160 (or 0x6CB160) is known color: Fern. HEX triplet: 6C, B1 and 60. RGB value is (108,177,96). Sum of RGB (Red+Green+Blue) = 108+177+96=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB160 is #934E9F. Grayscale: #939393. Windows color (decimal): -9653920 or 6336876. OLE color: 6336876.
HSL color Cylindrical-coordinate representation of color #6CB160: hue angle of 111.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CB160 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 96 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.31 |
| HSL | 111.11º | 0.34% | 0.54% | - |
| HSV(B) | 111.11º | 0.46% | 0.69% | - |
| XYZ | 24.02 | 35.48 | 16.65 | - |
| YUV | 147.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 96 | 0.39 | 0 | 0.46 | 0.31 | 111.11 | 0.34 | 0.54 |
| Hex | 6C | B1 | 60 | 27 | 0 | 2E | 1F | 6F | 22 | 36 |
| Octal | 154 | 261 | 140 | 47 | 0 | 56 | 37 | 157 | 42 | 66 |
| Binary | 1101100 | 10110001 | 1100000 | 100111 | 0 | 101110 | 11111 | 1101111 | 100010 | 110110 |
Color Harmonies of #6CB160
Complementary color
Monochromatic Colors of #6CB160
Black with #6CB160
Text Example
Text Example
White with #6CB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB160; }
p { color: rgb(108,177,96); }
H1.HeaderClassName
{
color: #6CB160;
}
.AnyTagClassName
{
color: #6CB160;
}
</style>
background-color css
<style>
a { background-color: #6CB160; }
a { background-color: rgb(108,177,96); }
div.DivClassName
{
background-color: #6CB160;
}
.BgClassName
{
background-color: #6CB160;
}
</style>
border-color css
<style>
span { border-color: #6CB160; }
span { border-color: rgb(108,177,96); }
td.TdClassName
{
border-color: #6CB160;
}
.TagClassName
{
border-color: #6CB160;
}
</style>