Shades of Fern #6CAF72
Tints of Fern #6CAF72
RGB
CMYK
RGB Variations
Color information
#6CAF72 (or 0x6CAF72) is known color: Fern. HEX triplet: 6C, AF and 72. RGB value is (108,175,114). Sum of RGB (Red+Green+Blue) = 108+175+114=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF72 is #93508D. Grayscale: #949494. Windows color (decimal): -9654414 or 7516012. OLE color: 7516012.
HSL color Cylindrical-coordinate representation of color #6CAF72: hue angle of 125.37º 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 #6CAF72 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 114 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.31 |
| HSL | 125.37º | 0.3% | 0.55% | - |
| HSV(B) | 125.37º | 0.38% | 0.69% | - |
| XYZ | 24.55 | 35.06 | 21.39 | - |
| YUV | 148.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 114 | 0.38 | 0 | 0.35 | 0.31 | 125.37 | 0.3 | 0.55 |
| Hex | 6C | AF | 72 | 26 | 0 | 23 | 1F | 7D | 1E | 37 |
| Octal | 154 | 257 | 162 | 46 | 0 | 43 | 37 | 175 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1110010 | 100110 | 0 | 100011 | 11111 | 1111101 | 11110 | 110111 |
Color Harmonies of #6CAF72
Complementary color
Monochromatic Colors of #6CAF72
Black with #6CAF72
Text Example
Text Example
White with #6CAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF72; }
p { color: rgb(108,175,114); }
H1.HeaderClassName
{
color: #6CAF72;
}
.AnyTagClassName
{
color: #6CAF72;
}
</style>
background-color css
<style>
a { background-color: #6CAF72; }
a { background-color: rgb(108,175,114); }
div.DivClassName
{
background-color: #6CAF72;
}
.BgClassName
{
background-color: #6CAF72;
}
</style>
border-color css
<style>
span { border-color: #6CAF72; }
span { border-color: rgb(108,175,114); }
td.TdClassName
{
border-color: #6CAF72;
}
.TagClassName
{
border-color: #6CAF72;
}
</style>