Shades of Fern #6ACB61
Tints of Fern #6ACB61
RGB
CMYK
RGB Variations
Color information
#6ACB61 (or 0x6ACB61) is known color: Fern. HEX triplet: 6A, CB and 61. RGB value is (106,203,97). Sum of RGB (Red+Green+Blue) = 106+203+97=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACB61 is #95349E. Grayscale: #A2A2A2. Windows color (decimal): -9778335 or 6409066. OLE color: 6409066.
HSL color Cylindrical-coordinate representation of color #6ACB61: hue angle of 114.91º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ACB61 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 203 | 97 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.20 |
| HSL | 114.91º | 0.5% | 0.59% | - |
| HSV(B) | 114.91º | 0.52% | 0.8% | - |
| XYZ | 29.46 | 46.64 | 18.76 | - |
| YUV | 161.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 203 | 97 | 0.48 | 0 | 0.52 | 0.20 | 114.91 | 0.5 | 0.59 |
| Hex | 6A | CB | 61 | 30 | 0 | 34 | 14 | 73 | 32 | 3B |
| Octal | 152 | 313 | 141 | 60 | 0 | 64 | 24 | 163 | 62 | 73 |
| Binary | 1101010 | 11001011 | 1100001 | 110000 | 0 | 110100 | 10100 | 1110011 | 110010 | 111011 |
Color Harmonies of #6ACB61
Complementary color
Monochromatic Colors of #6ACB61
Black with #6ACB61
Text Example
Text Example
White with #6ACB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACB61; }
p { color: rgb(106,203,97); }
H1.HeaderClassName
{
color: #6ACB61;
}
.AnyTagClassName
{
color: #6ACB61;
}
</style>
background-color css
<style>
a { background-color: #6ACB61; }
a { background-color: rgb(106,203,97); }
div.DivClassName
{
background-color: #6ACB61;
}
.BgClassName
{
background-color: #6ACB61;
}
</style>
border-color css
<style>
span { border-color: #6ACB61; }
span { border-color: rgb(106,203,97); }
td.TdClassName
{
border-color: #6ACB61;
}
.TagClassName
{
border-color: #6ACB61;
}
</style>