Shades of Fern #6CB16E
Tints of Fern #6CB16E
RGB
CMYK
RGB Variations
Color information
#6CB16E (or 0x6CB16E) is known color: Fern. HEX triplet: 6C, B1 and 6E. RGB value is (108,177,110). Sum of RGB (Red+Green+Blue) = 108+177+110=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB16E is #934E91. Grayscale: #949494. Windows color (decimal): -9653906 or 7254380. OLE color: 7254380.
HSL color Cylindrical-coordinate representation of color #6CB16E: hue angle of 121.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB16E is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 110 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.31 |
| HSL | 121.74º | 0.31% | 0.56% | - |
| HSV(B) | 121.74º | 0.39% | 0.69% | - |
| XYZ | 24.72 | 35.76 | 20.35 | - |
| YUV | 148.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 110 | 0.39 | 0 | 0.38 | 0.31 | 121.74 | 0.31 | 0.56 |
| Hex | 6C | B1 | 6E | 27 | 0 | 26 | 1F | 7A | 1F | 38 |
| Octal | 154 | 261 | 156 | 47 | 0 | 46 | 37 | 172 | 37 | 70 |
| Binary | 1101100 | 10110001 | 1101110 | 100111 | 0 | 100110 | 11111 | 1111010 | 11111 | 111000 |
Color Harmonies of #6CB16E
Complementary color
Monochromatic Colors of #6CB16E
Black with #6CB16E
Text Example
Text Example
White with #6CB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB16E; }
p { color: rgb(108,177,110); }
H1.HeaderClassName
{
color: #6CB16E;
}
.AnyTagClassName
{
color: #6CB16E;
}
</style>
background-color css
<style>
a { background-color: #6CB16E; }
a { background-color: rgb(108,177,110); }
div.DivClassName
{
background-color: #6CB16E;
}
.BgClassName
{
background-color: #6CB16E;
}
</style>
border-color css
<style>
span { border-color: #6CB16E; }
span { border-color: rgb(108,177,110); }
td.TdClassName
{
border-color: #6CB16E;
}
.TagClassName
{
border-color: #6CB16E;
}
</style>