Shades of Fern #6CAF6E
Tints of Fern #6CAF6E
RGB
CMYK
RGB Variations
Color information
#6CAF6E (or 0x6CAF6E) is known color: Fern. HEX triplet: 6C, AF and 6E. RGB value is (108,175,110). Sum of RGB (Red+Green+Blue) = 108+175+110=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF6E is #935091. Grayscale: #939393. Windows color (decimal): -9654418 or 7253868. OLE color: 7253868.
HSL color Cylindrical-coordinate representation of color #6CAF6E: hue angle of 121.79º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF6E is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 110 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.31 |
| HSL | 121.79º | 0.3% | 0.55% | - |
| HSV(B) | 121.79º | 0.38% | 0.69% | - |
| XYZ | 24.33 | 34.97 | 20.22 | - |
| YUV | 147.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 110 | 0.38 | 0 | 0.37 | 0.31 | 121.79 | 0.3 | 0.55 |
| Hex | 6C | AF | 6E | 26 | 0 | 25 | 1F | 7A | 1E | 37 |
| Octal | 154 | 257 | 156 | 46 | 0 | 45 | 37 | 172 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1101110 | 100110 | 0 | 100101 | 11111 | 1111010 | 11110 | 110111 |
Color Harmonies of #6CAF6E
Complementary color
Monochromatic Colors of #6CAF6E
Black with #6CAF6E
Text Example
Text Example
White with #6CAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF6E; }
p { color: rgb(108,175,110); }
H1.HeaderClassName
{
color: #6CAF6E;
}
.AnyTagClassName
{
color: #6CAF6E;
}
</style>
background-color css
<style>
a { background-color: #6CAF6E; }
a { background-color: rgb(108,175,110); }
div.DivClassName
{
background-color: #6CAF6E;
}
.BgClassName
{
background-color: #6CAF6E;
}
</style>
border-color css
<style>
span { border-color: #6CAF6E; }
span { border-color: rgb(108,175,110); }
td.TdClassName
{
border-color: #6CAF6E;
}
.TagClassName
{
border-color: #6CAF6E;
}
</style>