Shades of Fern #6CBC6A
Tints of Fern #6CBC6A
RGB
CMYK
RGB Variations
Color information
#6CBC6A (or 0x6CBC6A) is known color: Fern. HEX triplet: 6C, BC and 6A. RGB value is (108,188,106). Sum of RGB (Red+Green+Blue) = 108+188+106=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC6A is #934395. Grayscale: #9A9A9A. Windows color (decimal): -9651094 or 6995052. OLE color: 6995052.
HSL color Cylindrical-coordinate representation of color #6CBC6A: hue angle of 118.54º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CBC6A is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 106 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.26 |
| HSL | 118.54º | 0.38% | 0.58% | - |
| HSV(B) | 118.54º | 0.44% | 0.74% | - |
| XYZ | 26.77 | 40.2 | 19.98 | - |
| YUV | 154.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 106 | 0.43 | 0 | 0.44 | 0.26 | 118.54 | 0.38 | 0.58 |
| Hex | 6C | BC | 6A | 2B | 0 | 2C | 1A | 77 | 26 | 3A |
| Octal | 154 | 274 | 152 | 53 | 0 | 54 | 32 | 167 | 46 | 72 |
| Binary | 1101100 | 10111100 | 1101010 | 101011 | 0 | 101100 | 11010 | 1110111 | 100110 | 111010 |
Color Harmonies of #6CBC6A
Complementary color
Monochromatic Colors of #6CBC6A
Black with #6CBC6A
Text Example
Text Example
White with #6CBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC6A; }
p { color: rgb(108,188,106); }
H1.HeaderClassName
{
color: #6CBC6A;
}
.AnyTagClassName
{
color: #6CBC6A;
}
</style>
background-color css
<style>
a { background-color: #6CBC6A; }
a { background-color: rgb(108,188,106); }
div.DivClassName
{
background-color: #6CBC6A;
}
.BgClassName
{
background-color: #6CBC6A;
}
</style>
border-color css
<style>
span { border-color: #6CBC6A; }
span { border-color: rgb(108,188,106); }
td.TdClassName
{
border-color: #6CBC6A;
}
.TagClassName
{
border-color: #6CBC6A;
}
</style>