Shades of Fern #6CBC7A
Tints of Fern #6CBC7A
RGB
CMYK
RGB Variations
Color information
#6CBC7A (or 0x6CBC7A) is known color: Fern. HEX triplet: 6C, BC and 7A. RGB value is (108,188,122). Sum of RGB (Red+Green+Blue) = 108+188+122=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC7A is #934385. Grayscale: #9C9C9C. Windows color (decimal): -9651078 or 8043628. OLE color: 8043628.
HSL color Cylindrical-coordinate representation of color #6CBC7A: hue angle of 130.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBC7A is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 122 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.26 |
| HSL | 130.5º | 0.37% | 0.58% | - |
| HSV(B) | 130.5º | 0.43% | 0.74% | - |
| XYZ | 27.68 | 40.56 | 24.78 | - |
| YUV | 156.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 122 | 0.43 | 0 | 0.35 | 0.26 | 130.5 | 0.37 | 0.58 |
| Hex | 6C | BC | 7A | 2B | 0 | 23 | 1A | 82 | 25 | 3A |
| Octal | 154 | 274 | 172 | 53 | 0 | 43 | 32 | 202 | 45 | 72 |
| Binary | 1101100 | 10111100 | 1111010 | 101011 | 0 | 100011 | 11010 | 10000010 | 100101 | 111010 |
Color Harmonies of #6CBC7A
Complementary color
Monochromatic Colors of #6CBC7A
Black with #6CBC7A
Text Example
Text Example
White with #6CBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC7A; }
p { color: rgb(108,188,122); }
H1.HeaderClassName
{
color: #6CBC7A;
}
.AnyTagClassName
{
color: #6CBC7A;
}
</style>
background-color css
<style>
a { background-color: #6CBC7A; }
a { background-color: rgb(108,188,122); }
div.DivClassName
{
background-color: #6CBC7A;
}
.BgClassName
{
background-color: #6CBC7A;
}
</style>
border-color css
<style>
span { border-color: #6CBC7A; }
span { border-color: rgb(108,188,122); }
td.TdClassName
{
border-color: #6CBC7A;
}
.TagClassName
{
border-color: #6CBC7A;
}
</style>