Shades of Fern #6CAD6C
Tints of Fern #6CAD6C
RGB
CMYK
RGB Variations
Color information
#6CAD6C (or 0x6CAD6C) is known color: Fern. HEX triplet: 6C, AD and 6C. RGB value is (108,173,108). Sum of RGB (Red+Green+Blue) = 108+173+108=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAD6C is #935293. Grayscale: #929292. Windows color (decimal): -9654932 or 7122284. OLE color: 7122284.
HSL color Cylindrical-coordinate representation of color #6CAD6C: hue angle of 120º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD6C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 108 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.32 |
| HSL | 120º | 0.28% | 0.55% | - |
| HSV(B) | 120º | 0.38% | 0.68% | - |
| XYZ | 23.83 | 34.16 | 19.52 | - |
| YUV | 146.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 108 | 0.38 | 0 | 0.38 | 0.32 | 120 | 0.28 | 0.55 |
| Hex | 6C | AD | 6C | 26 | 0 | 26 | 20 | 78 | 1C | 37 |
| Octal | 154 | 255 | 154 | 46 | 0 | 46 | 40 | 170 | 34 | 67 |
| Binary | 1101100 | 10101101 | 1101100 | 100110 | 0 | 100110 | 100000 | 1111000 | 11100 | 110111 |
Color Harmonies of #6CAD6C
Complementary color
Monochromatic Colors of #6CAD6C
Black with #6CAD6C
Text Example
Text Example
White with #6CAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD6C; }
p { color: rgb(108,173,108); }
H1.HeaderClassName
{
color: #6CAD6C;
}
.AnyTagClassName
{
color: #6CAD6C;
}
</style>
background-color css
<style>
a { background-color: #6CAD6C; }
a { background-color: rgb(108,173,108); }
div.DivClassName
{
background-color: #6CAD6C;
}
.BgClassName
{
background-color: #6CAD6C;
}
</style>
border-color css
<style>
span { border-color: #6CAD6C; }
span { border-color: rgb(108,173,108); }
td.TdClassName
{
border-color: #6CAD6C;
}
.TagClassName
{
border-color: #6CAD6C;
}
</style>