Shades of Fern #6ACB6F
Tints of Fern #6ACB6F
RGB
CMYK
RGB Variations
Color information
#6ACB6F (or 0x6ACB6F) is known color: Fern. HEX triplet: 6A, CB and 6F. RGB value is (106,203,111). Sum of RGB (Red+Green+Blue) = 106+203+111=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB6F is #953490. Grayscale: #A3A3A3. Windows color (decimal): -9778321 or 7326570. OLE color: 7326570.
HSL color Cylindrical-coordinate representation of color #6ACB6F: hue angle of 123.09º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACB6F is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 111 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.20 |
| HSL | 123.09º | 0.48% | 0.61% | - |
| HSV(B) | 123.09º | 0.48% | 0.8% | - |
| XYZ | 30.17 | 46.92 | 22.51 | - |
| YUV | 163.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 111 | 0.48 | 0 | 0.45 | 0.20 | 123.09 | 0.48 | 0.61 |
| Hex | 6A | CB | 6F | 30 | 0 | 2D | 14 | 7B | 30 | 3D |
| Octal | 152 | 313 | 157 | 60 | 0 | 55 | 24 | 173 | 60 | 75 |
| Binary | 1101010 | 11001011 | 1101111 | 110000 | 0 | 101101 | 10100 | 1111011 | 110000 | 111101 |
Color Harmonies of #6ACB6F
Complementary color
Monochromatic Colors of #6ACB6F
Black with #6ACB6F
Text Example
Text Example
White with #6ACB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB6F; }
p { color: rgb(106,203,111); }
H1.HeaderClassName
{
color: #6ACB6F;
}
.AnyTagClassName
{
color: #6ACB6F;
}
</style>
background-color css
<style>
a { background-color: #6ACB6F; }
a { background-color: rgb(106,203,111); }
div.DivClassName
{
background-color: #6ACB6F;
}
.BgClassName
{
background-color: #6ACB6F;
}
</style>
border-color css
<style>
span { border-color: #6ACB6F; }
span { border-color: rgb(106,203,111); }
td.TdClassName
{
border-color: #6ACB6F;
}
.TagClassName
{
border-color: #6ACB6F;
}
</style>